From: Robin Gareus Date: Fri, 28 Feb 2014 16:35:43 +0000 (+0100) Subject: fix typo in doc X-Git-Tag: 1.0.0~697 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=147145f3a8ccb83c884b6c897aee4e8c7d10dd1d;p=ardour.git fix typo in doc --- 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) {