]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/abc2ly.py
abc2ly: typo
[lilypond.git] / 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')),