Fix typo.
git-svn-id: svn://localhost/ardour2/branches/3.0@11202 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -101,7 +101,7 @@ PBD::parse_debug_options (const char* str)
|
||||
void
|
||||
PBD::list_debug_options ()
|
||||
{
|
||||
cout << _("The following debug options are available. Separate multipe options with commas.\nNames are case-insensitive and can be abbreviated.") << endl << endl;
|
||||
cout << _("The following debug options are available. Separate multiple options with commas.\nNames are case-insensitive and can be abbreviated.") << endl << endl;
|
||||
cout << '\t' << X_("all") << endl;
|
||||
|
||||
vector<string> options;
|
||||
|
||||
Reference in New Issue
Block a user