summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-01-09 01:59:52 +0000
committerCarl Hetherington <carl@carlh.net>2012-01-09 01:59:52 +0000
commit9b975dce3872e03226fc427e67d5abb578e9a92b (patch)
treef95059a04749862f656ea24ab0663d0866daa398
parentb5c532972aa1942918b85e64092a3376dce3a6ae (diff)
Fix typo.
git-svn-id: svn://localhost/ardour2/branches/3.0@11202 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/pbd/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/debug.cc b/libs/pbd/debug.cc
index c2a8fa92b4..0a2c1b0d72 100644
--- a/libs/pbd/debug.cc
+++ b/libs/pbd/debug.cc
@@ -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;