mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Oops - minor spelling corrections
This commit is contained in:
parent
0a43a0fb6a
commit
074b1a21a3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue