summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-09 20:04:24 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-11 16:57:54 +0200
commitdbbcd360554c39a5192ea5a68f9b784cbd9a1a11 (patch)
treeb72ee196f11f94f037d08f58f75a061a162bb213 /old
parentfa0cd34b38729a59a40fa946fc621df3ef0924cd (diff)
downloadautomake-dbbcd360554c39a5192ea5a68f9b784cbd9a1a11.tar.gz
cosmetics: few typofixes in older ChangeLogs, suggested by "codespell.py"
The typofixes offered by this patch have been suggested by the "codespell.py" script. Reference: <http://git.profusion.mobi/cgit.cgi/lucas/codespell/> * old/ChangeLog.01, old/ChangeLog.02, old/ChangeLog.03: Fix few typos. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'old')
-rw-r--r--old/ChangeLog.012
-rw-r--r--old/ChangeLog.028
-rw-r--r--old/ChangeLog.034
3 files changed, 7 insertions, 7 deletions
diff --git a/old/ChangeLog.01 b/old/ChangeLog.01
index f8b413f6c..f4882f76c 100644
--- a/old/ChangeLog.01
+++ b/old/ChangeLog.01
@@ -4793,7 +4793,7 @@
* automake.in (handle_clean): Bind `-local' targets to `-am'
targets, not top targets.
Don't declare -recursive dependencies of the clean targets:
- `subdirs.am' did it. Less hard coded knowledge, transfered
+ `subdirs.am' did it. Less hard coded knowledge, transferred
into...
* clean.am: here.
diff --git a/old/ChangeLog.02 b/old/ChangeLog.02
index b99f7578a..0584ef332 100644
--- a/old/ChangeLog.02
+++ b/old/ChangeLog.02
@@ -579,7 +579,7 @@
2002-09-30 Alexandre Duret-Lutz <duret_g@epita.fr>
* automake.in (require_variables): The fix introduced in 2002-09-19
- is imcomplete. Rewrite the conditional variable definition check
+ is incomplete. Rewrite the conditional variable definition check
using &variable_not_always_defined_in_cond.
* tests/cond26.test, tests/cond27.test, tests/cond28.test: New file.
* tests/Makefile.am (TESTS): Add cond26.test, cond27.test, and
@@ -1286,7 +1286,7 @@
so_location files in current directory.
Fix for PR automake/346:
- * automake.texi (Optional): Supress the documentation for
+ * automake.texi (Optional): Suppress the documentation for
AC_PATH_XTRA, AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE, AC_FUNC_FNMATCH,
AC_FUNC_GETLOADAVG, AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_OBSTACK,
AC_FUNC_STRTOD, AC_REPLACE_FUNCS, AC_REPLACE_GNU_GETOPT,
@@ -2180,7 +2180,7 @@
* tests/defs (configure.in): Don't double-quote $me.
* tests/sinclude.test: Overwrite configure.in and use
`am__sinclude' instead of `sinclude' as package name.
- Excercise `m4_sinclude' instead of `sinclude'.
+ Exercise `m4_sinclude' instead of `sinclude'.
2002-05-20 Alexandre Duret-Lutz <duret_g@epita.fr>
@@ -2811,7 +2811,7 @@
derived from maude_LIBADD.
(Program variables): Define AM_LDFLAGS.
(Dependencies): Passing the no-dependencies option to
- AM_INIT_AUTOMAKE is prefered.
+ AM_INIT_AUTOMAKE is preferred.
(Scripts): Explain why automake is magically cleaned.
Mention noinst_SCRIPTS and check_SCRIPTS.
(Data): Use dist_ in Automake's example.
diff --git a/old/ChangeLog.03 b/old/ChangeLog.03
index b7e8c6a8c..861bc343a 100644
--- a/old/ChangeLog.03
+++ b/old/ChangeLog.03
@@ -2386,7 +2386,7 @@
2003-03-19 Alexandre Duret-Lutz <adl@gnu.org>
* Makefile.am (maintainer-check): Allow `automake:' tokens,
- occuring in location.test. Automake now has 5 legitimate
+ occurring in location.test. Automake now has 5 legitimate
unsubstituted @strings@.
* tests/aclocal4.test: Require GNU make.
@@ -2760,7 +2760,7 @@
2003-01-19 Alexandre Duret-Lutz <adl@gnu.org>
- Rename more files to accomodate 8+3 file systems, and adjust the
+ Rename more files to accommodate 8+3 file systems, and adjust the
vocabulary at the same time: AM_CONDITIONAL defines "conditionals",
and we call "condition" a conjunction of "conditionals".
* lib/am/Conditional.pm: Rename to lib/am/Condition.pm.