Hi,

my last two patches were sent inline (with git send-email),
but I just learned that they should have been appended instead.

So here are both patches again. Both fix some spelling issues.

Kind regards,

Stefan Weil

>From 808f92bccd5efff1348d614209d933da98f37ac2 Mon Sep 17 00:00:00 2001
From: Stefan Weil <s...@weilnetz.de>
Date: Thu, 19 Jan 2012 22:39:31 +0100
Subject: [PATCH] Fix spelling in input/regression/*.ly

accomodate -> accommodate
adn -> and
eigth -> eighth
excercise -> exercise
inbetween -> between
occurence -> occurrence
refered -> referred
supressed -> suppressed

Signed-off-by: Stefan Weil <s...@weilnetz.de>
---
 input/regression/backend-excercise.ly       |    2 +-
 input/regression/markup-scheme.ly           |    2 +-
 input/regression/mozart-hrn3-rondo.ily      |    2 +-
 input/regression/multi-measure-rest-text.ly |    2 +-
 input/regression/nested-fill-lines.ly       |    2 +-
 input/regression/page-label.ly              |    2 +-
 input/regression/rest-polyphonic-2.ly       |    2 +-
 input/regression/spacing-short-notes.ly     |    2 +-
 input/regression/tie-single.ly              |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/input/regression/backend-excercise.ly b/input/regression/backend-excercise.ly
index 0612002..ba4af11 100644
--- a/input/regression/backend-excercise.ly
+++ b/input/regression/backend-excercise.ly
@@ -1,5 +1,5 @@
 \header {
-  texidoc = "Excercise all output functions"
+  texidoc = "Exercise all output functions"
 }
 
 \version "2.14.0"
diff --git a/input/regression/markup-scheme.ly b/input/regression/markup-scheme.ly
index fa71686..5dea41d 100644
--- a/input/regression/markup-scheme.ly
+++ b/input/regression/markup-scheme.ly
@@ -10,7 +10,7 @@
 
 %{
 
-For maintenance reasons, we don't excercise the entire markup command set.
+For maintenance reasons, we don't exercise the entire markup command set.
 
 %}
 
diff --git a/input/regression/mozart-hrn3-rondo.ily b/input/regression/mozart-hrn3-rondo.ily
index aeeb211..8e45355 100644
--- a/input/regression/mozart-hrn3-rondo.ily
+++ b/input/regression/mozart-hrn3-rondo.ily
@@ -130,7 +130,7 @@ rondo = \relative c' {
   fis[ g gis]
   a[ bes b]\!
 
-  %% EB does the slur in the Rondo differently from the 1st adn 2nd time.
+  %% EB does the slur in the Rondo differently from the 1st and 2nd time.
   %% why. Should check with MS.
   <<
     \rondotheme
diff --git a/input/regression/multi-measure-rest-text.ly b/input/regression/multi-measure-rest-text.ly
index 2e2d432..73e1218 100644
--- a/input/regression/multi-measure-rest-text.ly
+++ b/input/regression/multi-measure-rest-text.ly
@@ -6,7 +6,7 @@
 Texts may be added to the multi-measure rests.
 
 By setting the appropriate @code{spacing-procedure}, we can make
-measures stretch to accomodate wide texts.
+measures stretch to accommodate wide texts.
 
 "
 
diff --git a/input/regression/nested-fill-lines.ly b/input/regression/nested-fill-lines.ly
index f4236ea..011cc90 100644
--- a/input/regression/nested-fill-lines.ly
+++ b/input/regression/nested-fill-lines.ly
@@ -4,7 +4,7 @@
 {
 
   texidoc = "
-Nested fill-lines should work properly.  In this example, both occurences
+Nested fill-lines should work properly.  In this example, both occurrences
 of FOO should be centered.
 
 "
diff --git a/input/regression/page-label.ly b/input/regression/page-label.ly
index 143d685..a369640 100644
--- a/input/regression/page-label.ly
+++ b/input/regression/page-label.ly
@@ -2,7 +2,7 @@
 
 \header {
   texidoc = "Page labels may be placed inside music or at top-level,
-and refered to in markups."
+and referred to in markups."
 }
 
 #(set-default-paper-size "a6")
diff --git a/input/regression/rest-polyphonic-2.ly b/input/regression/rest-polyphonic-2.ly
index 23af88f..e009dcf 100644
--- a/input/regression/rest-polyphonic-2.ly
+++ b/input/regression/rest-polyphonic-2.ly
@@ -3,7 +3,7 @@
   texidoc = "Rests avoid notes.  Each rest is moved in the direction
 of the stems in its voice.  Rests may overlap other rests in voices
 with the same stem direction, in which case a warning is given, but
-is supressed if the rest has a pitch."
+is suppressed if the rest has a pitch."
 
 }
 
diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly
index d05ef1d..47786b0 100644
--- a/input/regression/spacing-short-notes.ly
+++ b/input/regression/spacing-short-notes.ly
@@ -4,7 +4,7 @@
   
   texidoc = "Notes that are shorter than the common shortest note get a
 space (i.e. without the space needed for the note) proportional to
-their duration. So, the 16th notes get 1/2 of the space of an eigth note.
+their duration. So, the 16th notes get 1/2 of the space of an eighth note.
 The total distance for a 16th (which includes note head) is 3/4 of the
 eighth note. "
 
diff --git a/input/regression/tie-single.ly b/input/regression/tie-single.ly
index 899c927..f7b96fe 100644
--- a/input/regression/tie-single.ly
+++ b/input/regression/tie-single.ly
@@ -11,7 +11,7 @@
 @item short ties are vertically centered in the space, as well those
 that otherwise don't fit in a space
 
-@item extremely short ties are put over the noteheads, instead of inbetween.
+@item extremely short ties are put over the noteheads, instead of between.
  
 @end itemize
 "
-- 
1.7.2.5

>From c21fbfbbf2f5426129cae122ebea0d561fd2dce2 Mon Sep 17 00:00:00 2001
From: Stefan Weil <s...@weilnetz.de>
Date: Thu, 19 Jan 2012 22:23:33 +0100
Subject: [PATCH 2/2] Spelling fixes in comments and documentation

achive -> achieve
defintion -> definition
doesnt ->doesn't
pathes -> paths
proces -> process
seperate ->separate

Signed-off-by: Stefan Weil <s...@weilnetz.de>
---
 Documentation/hu/macros.itexi |    2 +-
 Documentation/po/cs.po        |    2 +-
 Documentation/po/de.po        |    2 +-
 configure.in                  |    2 +-
 lily/parser.yy                |    2 +-
 python/book_texinfo.py        |    2 +-
 scripts/abc2ly.py             |    4 ++--
 scripts/build/help2man.pl     |    2 +-
 tex/texinfo.tex               |    2 +-
 tex/txi-de.tex                |    2 +-
 tex/txi-hu.tex                |    2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Documentation/hu/macros.itexi b/Documentation/hu/macros.itexi
index f57c34f..78cf9a3 100644
--- a/Documentation/hu/macros.itexi
+++ b/Documentation/hu/macros.itexi
@@ -16,7 +16,7 @@
 MACRO DEFINITIONS GUIDELINES
 ****************************
 
-This file should contain macro defintions which are common to all
+This file should contain macro definitions which are common to all
 languages, i.e. all macro definitions which do not contain text that
 should be translated (namely text visible in the output).
 
diff --git a/Documentation/po/cs.po b/Documentation/po/cs.po
index 0522617..75dc0aa 100644
--- a/Documentation/po/cs.po
+++ b/Documentation/po/cs.po
@@ -10521,7 +10521,7 @@ msgstr "Obsah"
 #~ msgstr "Dudelsack"
 
 #~ msgid "Bagpipe definitions"
-#~ msgstr "Dudelsack-Defintionen"
+#~ msgstr "Dudelsack-Definitionen"
 
 #~ msgid "Bagpipe example"
 #~ msgstr "Dudelsack-Beispiele"
diff --git a/Documentation/po/de.po b/Documentation/po/de.po
index 0a5a1ff..3b0c435 100644
--- a/Documentation/po/de.po
+++ b/Documentation/po/de.po
@@ -11210,7 +11210,7 @@ msgstr "Inhaltsverzeichnis"
 #~ msgstr "Dudelsack"
 
 #~ msgid "Bagpipe definitions"
-#~ msgstr "Dudelsack-Defintionen"
+#~ msgstr "Dudelsack-Definitionen"
 
 #~ msgid "Bagpipe example"
 #~ msgstr "Dudelsack-Beispiele"
diff --git a/configure.in b/configure.in
index 7a020d6..b2fc7f4 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.60)
 
-# Bootstrap the init proces.
+# Bootstrap the init process.
 AC_INIT
 
 # Bootstrap StepMake configure
diff --git a/lily/parser.yy b/lily/parser.yy
index ba6650a..33a3dca 100644
--- a/lily/parser.yy
+++ b/lily/parser.yy
@@ -46,7 +46,7 @@
 %lex-param {Lily_parser *parser}
 
 /* We use SCMs to do strings, because it saves us the trouble of
-deleting them.  Let's hope that a stack overflow doesnt trigger a move
+deleting them.  Let's hope that a stack overflow doesn't trigger a move
 of the parse stack onto the heap. */
 
 %left PREC_BOT
diff --git a/python/book_texinfo.py b/python/book_texinfo.py
index ca9ee31..500ae06 100644
--- a/python/book_texinfo.py
+++ b/python/book_texinfo.py
@@ -201,7 +201,7 @@ def get_texinfo_width_indent (source, global_options):
     tmp_handle.close ()
 
     # Work around a texi2pdf bug: if LANG=C is not given, a broken regexp is
-    # used to detect relative/absolute pathes, so the absolute path is not
+    # used to detect relative/absolute paths, so the absolute path is not
     # detected as such and this command fails:
     progress (_ ("Running texi2pdf on file %s to detect default page settings.\n") % tmpfile);
 
diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py
index ac99b29..3a0aeae 100644
--- a/scripts/abc2ly.py
+++ b/scripts/abc2ly.py
@@ -695,7 +695,7 @@ def try_parse_header_line (ln, state):
         if g == 'K': # KEY
             a = check_clef(a)
             if a:
-                m = re.match ('^([^ \t]*) *([^ ]*)( *)(.*)$', a) # seperate clef info
+                m = re.match ('^([^ \t]*) *([^ ]*)( *)(.*)$', a) # separate clef info
                 if m:
                     # there may or may not be a space
                     # between the key letter and the mode
@@ -929,7 +929,7 @@ def try_parse_articulation (str, state):
 
 
 
-    # s7m2 input doesnt care about spaces
+    # s7m2 input doesn't care about spaces
     if re.match('[ \t]*\(', str):
         str = str.lstrip ()
 
diff --git a/scripts/build/help2man.pl b/scripts/build/help2man.pl
index 9349010..4c61852 100644
--- a/scripts/build/help2man.pl
+++ b/scripts/build/help2man.pl
@@ -218,7 +218,7 @@ if ($opt_output)
 #   <program> ({GNU,Free} <package>) <version>
 #   <program> - {GNU,Free} <package> <version>
 #
-# and seperated from any copyright/author details by a blank line.
+# and separated from any copyright/author details by a blank line.
 
 ($_, $version_text) = split /\n+/, $version_text, 2;
 
diff --git a/tex/texinfo.tex b/tex/texinfo.tex
index caab907..23e896c 100644
--- a/tex/texinfo.tex
+++ b/tex/texinfo.tex
@@ -5046,7 +5046,7 @@ end
 \chardef\maxseclevel = 3
 %
 % A numbered section within an unnumbered changes to unnumbered too.
-% To achive this, remember the "biggest" unnum. sec. we are currently in:
+% To achieve this, remember the "biggest" unnum. sec. we are currently in:
 \chardef\unmlevel = \maxseclevel
 %
 % Trace whether the current chapter is an appendix or not:
diff --git a/tex/txi-de.tex b/tex/txi-de.tex
index 6f399da..3745ebb 100644
--- a/tex/txi-de.tex
+++ b/tex/txi-de.tex
@@ -43,7 +43,7 @@
 %%
 \gdef\putwordNoTitle{Kein Titel}
 %%
-%% New defintion for the output of months.
+%% New definition for the output of months.
 \gdef\putwordMJan{Januar}
 \gdef\putwordMFeb{Februar}
 \gdef\putwordMMar{M\"arz}
diff --git a/tex/txi-hu.tex b/tex/txi-hu.tex
index 2366ee7..bf5f059 100644
--- a/tex/txi-hu.tex
+++ b/tex/txi-hu.tex
@@ -37,7 +37,7 @@
 %%
 \gdef\putwordNoTitle{Nincs cím}
 %%
-%% New defintion for the output of months.
+%% New definition for the output of months.
 \gdef\putwordMJan{Január}
 \gdef\putwordMFeb{Február}
 \gdef\putwordMMar{Március}
-- 
1.7.2.5

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to