summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-01-19 22:23:33 +0100
committerJames Lowe <pkx166h@gmail.com>2012-01-26 21:09:38 +0000
commit313d8aee251fb0aa89dfc3b23abeb869fdd1355a (patch)
tree10a4da30754b691d9c8f7a718a39fbdbd92d6cb5
parentaed1ed184c29de416c6378fe581b797d510243bb (diff)
Spelling fixes in comments and documentation
achive -> achieve defintion -> definition doesnt ->doesn't pathes -> paths proces -> process seperate ->separate Signed-off-by: Stefan Weil <sw@weilnetz.de>
-rw-r--r--Documentation/hu/macros.itexi2
-rw-r--r--Documentation/po/cs.po2
-rw-r--r--Documentation/po/de.po2
-rw-r--r--configure.in2
-rw-r--r--lily/parser.yy2
-rw-r--r--python/book_texinfo.py2
-rw-r--r--scripts/abc2ly.py4
-rw-r--r--scripts/build/help2man.pl2
-rw-r--r--tex/texinfo.tex2
-rw-r--r--tex/txi-de.tex2
-rw-r--r--tex/txi-hu.tex2
11 files changed, 12 insertions, 12 deletions
diff --git a/Documentation/hu/macros.itexi b/Documentation/hu/macros.itexi
index f57c34f67e..78cf9a3fa7 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 0522617a06..75dc0aa164 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 0a5a1fff33..3b0c435217 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 7a020d6e09..b2fc7f4be7 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 97ada533fe..0dd2c967ed 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 c5ed564717..226ec8eb6f 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 ac99b292b5..3a0aeaedab 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 9349010964..4c61852024 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 caab907e0e..23e896c872 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 6f399da2d9..3745ebbe5b 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 2366ee7432..bf5f05929a 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}