Fix typo.

git-svn-id: svn://localhost/ardour2/branches/3.0@11202 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2012-01-09 01:59:52 +00:00
parent b5c532972a
commit 9b975dce38

View File

@@ -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;