]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4557: Small typos in code base
authorDavid Kastrup <dak@gnu.org>
Thu, 13 Aug 2015 13:35:35 +0000 (15:35 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 20 Aug 2015 08:35:07 +0000 (10:35 +0200)
lily/change-iterator.cc
python/convertrules.py
scripts/lilypond-book.py

index 5cf07bf0e2fd9244982498200016c01e65901309..0f8823d484350fdb580998ba2895e2f0227bb7df 100644 (file)
@@ -78,7 +78,7 @@ Change_iterator::change_to (Music_iterator &it,
       result = _f ("not changing to same context type: %s", ly_symbol2string (to_type).c_str ());
     }
   else
-    /* FIXME: uncomprehensable message */
+    /* FIXME: incomprehensible message */
     result = _ ("none of these in my family");
 
   return result;
index fd33dce1d162e6b3a0f0f12e59dd22398e8749ce..03670e02cc304b221be5a5730a412b948ca7a4a2 100644 (file)
@@ -2818,7 +2818,7 @@ def conv(str):
     if re.search(r'\\oldaddlyrics', str):
         stderr_write (NOT_SMART % "oldaddlyrics")
         stderr_write (_ ("oldaddlyrics is no longer supported. \n \
-        Use addlyrics or lyrsicsto instead.\n"))
+        Use addlyrics or lyricsto instead.\n"))
         stderr_write (UPDATE_MANUALLY)
         raise FatalConversionError ()
     return str
index 73b1cd9464006a9628bd5e288c0b4b03d2b29909..16f1241af0791fa9e36b327242d4ef16da712f62 100644 (file)
@@ -154,7 +154,7 @@ def get_option_parser ():
     p.add_option ('--left-padding',
                   metavar=_ ("PAD"),
                   dest="padding_mm",
-                  help=_ ("pad left side of music to align music inspite of uneven bar numbers (in mm)"),
+                  help=_ ("pad left side of music to align music in spite of uneven bar numbers (in mm)"),
                   type="float",
                   default=3.0)