]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/getopt-long.cc
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / flower / getopt-long.cc
index 17c1eafb7d9bd191cb056947b156d53debe2da25..20f744ee41a8e101a2f2975e14c79575070c5241 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "config.hh"
 #include "international.hh"
-#include "std-string.hh"
 
 #if !HAVE_GETTEXT
 inline char *
@@ -142,7 +141,7 @@ Getopt_long::report (Errorcod c)
                 found_option_->to_string ());
       break;
     case E_NOARGEXPECT:
-      str += _f ("option `%s' doesn't allow an argument",
+      str += _f ("option `%s' does not allow an argument",
                 found_option_->to_string ());
       break;
     case E_UNKNOWNOPTION: