fix typo in doc

This commit is contained in:
Robin Gareus 2014-02-28 17:35:43 +01:00
parent d7dc62b340
commit 147145f3a8

View 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) {