diff options
author | David Kastrup <dak@gnu.org> | 2015-08-13 15:35:35 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2015-08-20 10:35:07 +0200 |
commit | a2db8f6cfb8bcb2438796450e16c39c47c92dbc1 (patch) | |
tree | c0f88e440f7fa8e385b3aa90efa16f98edff9c13 /scripts | |
parent | ec21294ce6ca5071618f622e4590318a7b24bbac (diff) |
Issue 4557: Small typos in code base
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lilypond-book.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 73b1cd9464..16f1241af0 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -154,7 +154,7 @@ def get_option_parser (): p.add_option ('--left-padding', metavar=_ ("PAD"), dest="padding_mm", - help=_ ("pad left side of music to align music inspite of uneven bar numbers (in mm)"), + help=_ ("pad left side of music to align music in spite of uneven bar numbers (in mm)"), type="float", default=3.0) |