diff options
author | David Kastrup <dak@gnu.org> | 2015-08-13 15:35:35 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2015-08-20 10:35:07 +0200 |
commit | a2db8f6cfb8bcb2438796450e16c39c47c92dbc1 (patch) | |
tree | c0f88e440f7fa8e385b3aa90efa16f98edff9c13 /python | |
parent | ec21294ce6ca5071618f622e4590318a7b24bbac (diff) |
Issue 4557: Small typos in code base
Diffstat (limited to 'python')
-rw-r--r-- | python/convertrules.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |