]> git.donarmstrong.com Git - lilypond.git/commitdiff
* python/convertrules.py (string_or_scheme): Fix spelling error
authormatsb <matsb>
Mon, 22 Aug 2005 12:12:37 +0000 (12:12 +0000)
committermatsb <matsb>
Mon, 22 Aug 2005 12:12:37 +0000 (12:12 +0000)
ChangeLog
python/convertrules.py

index d02ec693c12c9fe8fb10ac75beea5ada7c736a46..290a29c2d12361453167c63fbdf8754840581f6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * python/convertrules.py (string_or_scheme): Fix spelling error
+
 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/tie-column.cc (set_directions): set directions only once.
index 83f6eff57f70acb2e0e8dbba722dc235a4dfd612..b53074f566c0bb3d96ade9b4e6d327027f2bf500 100644 (file)
@@ -1454,7 +1454,7 @@ Postfix articulations, new text markup syntax, new chord syntax."""))
 def conv (str):
        if re.search ("font-style",str):
                error_file.write ('\n')
-               error_file.write (NOT_SMART % "font-sytle")
+               error_file.write (NOT_SMART % "font-style")
                error_file.write ('\n')
                error_file.write (UPDATE_MANUALLY)
                error_file.write ('\n')