summaryrefslogtreecommitdiff
path: root/libs/pbd/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/debug.cc')
-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;