]> git.donarmstrong.com Git - lilypond.git/commitdiff
(option_definitions): Fix typo.
authorjanneke <janneke>
Sat, 7 Feb 2004 18:33:40 +0000 (18:33 +0000)
committerjanneke <janneke>
Sat, 7 Feb 2004 18:33:40 +0000 (18:33 +0000)
ChangeLog
scripts/lilypond.py

index 9cc323a603ab05038b62a2c2efb725319e707a8a..8542b0a12c546b3e61c2eec75f9c5d95720015a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond.py (option_definitions): Fix typo.
+
 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * scripts/lilypond-book.py (Substring.__init__): new class.
index 773c81d9c63382ae9427990609bcb80146df6c4b..c5ea0ae984ed0dc17bab6288c2540062a2c9b505 100644 (file)
@@ -137,7 +137,7 @@ option_definitions = [
        (_ ('RES'), '', 'preview-resolution',
         _ ("set the resolution of the preview to RES")),
        ('', '', 'no-pdf', _ ("do not generate PDF output")),
-       ('', '', 'no-ps', _ ("do not generate PostScript outpug")),
+       ('', '', 'no-ps', _ ("do not generate PostScript output")),
        ('', 'p', 'pdf', _ ("generate PDF output")),
        ('', 'P', 'postscript', _ ("generate PostScript output")),
        ('', '', 'pdftex', _ ("use pdflatex to generate a PDF output")),