fix typo in doc
authorRobin Gareus <robin@gareus.org>
Fri, 28 Feb 2014 16:35:43 +0000 (17:35 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 28 Feb 2014 16:48:21 +0000 (17:48 +0100)
libs/ardour/plugin_insert.cc

index 6b6e466e1e17262326b9c6ea2dafdacaf01b0867..13ac7b375a96510426e15074e32d850b98c5f5d2 100644 (file)
@@ -973,7 +973,7 @@ PluginInsert::set_state(const XMLNode& node, int version)
 
        boost::shared_ptr<Plugin> 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) {