diff options
author | Jim Meyering <meyering@redhat.com> | 2012-05-29 12:33:46 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-05-29 12:33:46 +0200 |
commit | b29e5e79d5203400c4366c61d998bd9cdf30ef0d (patch) | |
tree | bb0498fb1d3f083cb6bb35ecd0d517a7f5da8929 /ChangeLog.2 | |
parent | 560f16b52d3d3db1536d9ca5b863ce9b1a5c9e35 (diff) | |
download | autoconf-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.2')
-rw-r--r-- | ChangeLog.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 30571bf6..f5be7d87 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -9240,7 +9240,7 @@ * acgeneral.m4 (AC_CONFIG_LINKS): New macro. Takes space separated list of DEST:SOURCES arguments. - * acgeneral.m4: Rename each occurence of AC_LIST_HEADER as + * acgeneral.m4: Rename each occurrence of AC_LIST_HEADER as AC_LIST_HEADERS for consistency. * acgeneral.m4 (AC_OUTPUT, config.status prologue): Move the @@ -9475,7 +9475,7 @@ 1999-09-25 Akim Demaille <akim@epita.fr> - * acgeneral.m4: Rename the occurences of the variable `confstat' + * acgeneral.m4: Rename the occurrences of the variable `confstat' as `ac_cs_root'. The previous name was breaking the naming scheme. @@ -10294,7 +10294,7 @@ * acgeneral.m4 (AC_CANONICAL_SYSTEM): Explicitly require AC_CANONICAL_HOST, AC_CANONICAL_TARGET and AC_CONICAL_BUILD. - (AC_CONFIG_AUX_DIR): Run auxillary shell scripts through $SHELL. + (AC_CONFIG_AUX_DIR): Run auxiliary shell scripts through $SHELL. Do not rely on their magic number. (AC_CANONICAL_THING): New macro. Cache results. (AC_CANONICAL_HOST): Reimplement; use AC_CANONICAL_THING. @@ -10345,7 +10345,7 @@ 1999-01-28 Gary V. Vaughan <gvaughan@oranda.demon.co.uk> * acspecific.m4 (AC_PROG_INSTALL): set INSTALL_SCRIPT to - ${INSTALL} so that automake doesn't propogate install time flags + ${INSTALL} so that automake doesn't propagate install time flags for INSTALL_PROGRAM into INSTALL_SCRIPT. 1999-01-25 Ben Elliston <bje@cygnus.com> |