From 147145f3a8ccb83c884b6c897aee4e8c7d10dd1d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 28 Feb 2014 17:35:43 +0100 Subject: [PATCH] fix typo in doc --- libs/ardour/plugin_insert.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/plugin_insert.cc b/libs/ardour/plugin_insert.cc index 6b6e466e1e..13ac7b375a 100644 --- a/libs/ardour/plugin_insert.cc +++ b/libs/ardour/plugin_insert.cc @@ -973,7 +973,7 @@ PluginInsert::set_state(const XMLNode& node, int version) boost::shared_ptr plugin = find_plugin (_session, prop->value(), type); - /* treat linux and windows VST plugins equivalent if they have the same uniqeID + /* treat linux and windows VST plugins equivalent if they have the same uniqueID * allow to move sessions windows <> linux */ #ifdef LXVST_SUPPORT if (plugin == 0 && type == ARDOUR::Windows_VST) {