Oops - minor spelling corrections
authorJohn Emmas <johne53@tiscali.co.uk>
Sat, 10 May 2014 07:41:49 +0000 (08:41 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Sat, 10 May 2014 07:41:49 +0000 (08:41 +0100)
gtk2_ardour/plugin_selector.cc

index 0c46a622b3b2c4ea087bc06bcadb44abb2a63795..fcf056307e7be2deaf81460a609df947fbdc46b0 100644 (file)
@@ -317,7 +317,7 @@ PluginSelector::refiller (const PluginInfoList& plugs, const::std::string& filte
                        while (pos < creator.length() && (isalnum (creator[pos]) || isspace (creator[pos]))) ++pos;
 #endif
                        // If there were too few characters to create a
-                       // meaningfule name, mark this creator as 'Unknown'
+                       // meaningful name, mark this creator as 'Unknown'
                        if (creator.length()<2 || pos<3)
                                creator = "Unknown";
                        else
@@ -698,7 +698,7 @@ PluginSelector::create_by_creator_menu (ARDOUR::PluginInfoList& all_plugs)
                // Check to see if we found any invalid characters.
                if (creator.length() != pos) {
                        // If there were too few characters to create a
-                       // meaningfule name, mark this creator as 'Unknown'
+                       // meaningful name, mark this creator as 'Unknown'
                        if (pos<3)
                                creator = "Unknown?";
                        else