]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo fix by Stefan Weil.
authorFrancisco Vila <francisco.vila@hispalinux.es>
Fri, 20 Jan 2012 16:36:15 +0000 (17:36 +0100)
committerFrancisco Vila <francisco.vila@hispalinux.es>
Fri, 20 Jan 2012 16:36:15 +0000 (17:36 +0100)
python/convertrules.py

index 32cb5a502424e86a0560dd45bf16bba8d966da68..b7d845f765bc3162c75696d127a780e511f8654f 100644 (file)
@@ -392,7 +392,7 @@ def conv (str):
     return str
 
 
-@rule ((1, 3, 93), _ ('change property definiton case (eg. onevoice -> oneVoice)'))
+@rule ((1, 3, 93), _ ('change property definition case (eg. onevoice -> oneVoice)'))
 def conv (str):
     # Ugh, but meaning of \stemup changed too
     # maybe we should do \stemup -> \stemUp\slurUp\tieUp ?