]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo.
authorWerner Lemberg <wl@gnu.org>
Thu, 21 Oct 2010 04:45:03 +0000 (06:45 +0200)
committerWerner Lemberg <wl@gnu.org>
Thu, 21 Oct 2010 04:45:03 +0000 (06:45 +0200)
scripts/convert-ly.py

index fd4dc3b8d8affc03d968c79011efc51c8466cbce..a1f126f29093265e5d3d3a74225b699e423ddd3b 100644 (file)
@@ -171,7 +171,7 @@ def show_rules (file, from_version, to_version):
 
 def do_conversion (str, from_version, to_version):
     """Apply conversions from FROM_VERSION to TO_VERSION.  Return
-tuple (LAST,STR), with the last succesful conversion and the resulting
+tuple (LAST,STR), with the last successful conversion and the resulting
 string."""
     conv_list = get_conversions (from_version, to_version)