Fix typo.
authorCarl Hetherington <carl@carlh.net>
Mon, 9 Jan 2012 01:59:52 +0000 (01:59 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 9 Jan 2012 01:59:52 +0000 (01:59 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11202 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/pbd/debug.cc

index c2a8fa92b45f252bdb49e09ec7458f8b323c2e3e..0a2c1b0d72d85c021d7a85ab0ccc28e61a3dfb05 100644 (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;