summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-05-29 12:33:46 +0200
committerJim Meyering <meyering@redhat.com>2012-05-29 12:33:46 +0200
commitb29e5e79d5203400c4366c61d998bd9cdf30ef0d (patch)
treebb0498fb1d3f083cb6bb35ecd0d517a7f5da8929 /ChangeLog.3
parent560f16b52d3d3db1536d9ca5b863ce9b1a5c9e35 (diff)
downloadautoconf-b29e5e79d5203400c4366c61d998bd9cdf30ef0d.tar.gz
maint: fix typos in old ChangeLog files
Culprits identified and fixed automatically using these commands: git ls-files | misspellings -f - |grep -v '^ERROR:' |perl -pe \ 's/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/sed -i '\''${2}s!$3!$4!'\'' $1/'\ |bash using http://github.com/lyda/misspell-check * ChangeLog.2, ChangeLog.3: Fix typos.
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.314
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index bedcba38..fd94b57b 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -6682,7 +6682,7 @@
2008-08-22 Peter O'Gorman <pogma@thewrittenword.com>
- Limit AC_C_BIGENDIAN univeral checks to Mac OS X.
+ Limit AC_C_BIGENDIAN universal checks to Mac OS X.
* lib/autoconf/c.m4 (AC_C_BIGENDIAN): Limit the check to
__APPLE_CC__ with possible -arch flags.
* NEWS: Document it.
@@ -7212,7 +7212,7 @@
2008-06-03 Eric Blake <ebb9@byu.net>
Fix 'make dist' regression from 2008-05-08.
- * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
+ * Makefile.am (INSTALL): Add rule, to accommodate 'make dist' after
GNUmakefile's _autoconf rule removes INSTALL.
2008-05-27 Eric Blake <ebb9@byu.net>
@@ -7801,11 +7801,11 @@
Documentation improvements.
* doc/autoconf.texi (Looping constructs): s/recurses/repeats/.
(Evaluation Macros): Drop `1' suffix from metasyntax variable name
- that preceeds @dots. Improve wording.
+ that precedes @dots. Improve wording.
(Text processing Macros): Drop `1' suffix from metasyntax variable
- name that preceeds @dots.
+ name that precedes @dots.
(Number processing Macros): Drop `1' suffix from metasyntax
- variable name that preceeds @dots. Improve wording.
+ variable name that precedes @dots. Improve wording.
* lib/m4sugar/m4sugar.m4 (m4_cmp): Comment wording fix.
Suggested by Ralf Wildenhues.
@@ -18638,7 +18638,7 @@
2002-09-26 Akim Demaille <akim@epita.fr>
- Single suffix rules and seperated dependencies are not portable.
+ Single suffix rules and separated dependencies are not portable.
* doc/autoconf.texi (Installation Directory Variables): Update.
(Limitations of Make): Some about `Single Suffix Rules and
@@ -18915,7 +18915,7 @@
* doc/autoconf.texi (Invoking autom4te): End the option table,
fixing a bug introduced by the previous patch.
(Limitations of Make): Add a 'target lookup' subentry in the
- 'VPATH' entry. Rewrite all `make' occurences as `@command{make}'.
+ 'VPATH' entry. Rewrite all `make' occurrences as `@command{make}'.
2002-07-29 Mark D. Roth <roth@feep.net>