]> git.donarmstrong.com Git - lilypond.git/commitdiff
abc2ly: typo
authorJean-Charles Malahieude <lolyfan@wanadoo.fr>
Sun, 9 Mar 2008 11:49:55 +0000 (12:49 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 9 Mar 2008 12:21:01 +0000 (13:21 +0100)
scripts/abc2ly.py

index a1fbf38a710e51eebb5de849a7921b1729c0856c..553c400ea4d9e5bbf73947138ef10d1ffe49491c 100644 (file)
@@ -1355,7 +1355,7 @@ def get_option_parser ():
     p.add_option ('-o', '--output', metavar='FILE',
                   help=_ ("write output to FILE"),
                   action='store')
-    p.add_option ('-s', '--strict', help=_ ("be strict about succes"),
+    p.add_option ('-s', '--strict', help=_ ("be strict about success"),
                   action='store_true')
     p.add_option ('-b', '--beams', help=_ ("preserve ABC's notion of beams"))
     p.add_option_group (ly.display_encode (_ ('Bugs')),