From: David Kastrup Date: Thu, 13 Aug 2015 13:35:35 +0000 (+0200) Subject: Issue 4557: Small typos in code base X-Git-Tag: release/2.19.26-1~35 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=a2db8f6cfb8bcb2438796450e16c39c47c92dbc1 Issue 4557: Small typos in code base --- diff --git a/lily/change-iterator.cc b/lily/change-iterator.cc index 5cf07bf0e2..0f8823d484 100644 --- a/lily/change-iterator.cc +++ b/lily/change-iterator.cc @@ -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; diff --git a/python/convertrules.py b/python/convertrules.py index fd33dce1d1..03670e02cc 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -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 diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 73b1cd9464..16f1241af0 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -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)