From: Jan Nieuwenhuizen Date: Sat, 7 Feb 2004 18:33:40 +0000 (+0000) Subject: (option_definitions): Fix typo. X-Git-Tag: release/2.1.23~66 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b14cdbb52b7ec3edf0b5d5eea74e0f6843a36da8;p=lilypond.git (option_definitions): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 9cc323a603..8542b0a12c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-07 Jan Nieuwenhuizen + + * scripts/lilypond.py (option_definitions): Fix typo. + 2004-02-07 Han-Wen Nienhuys * scripts/lilypond-book.py (Substring.__init__): new class. diff --git a/scripts/lilypond.py b/scripts/lilypond.py index 773c81d9c6..c5ea0ae984 100644 --- a/scripts/lilypond.py +++ b/scripts/lilypond.py @@ -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")),