]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
maint: fix typos in old ChangeLog files
authorJim Meyering <meyering@redhat.com>
Tue, 29 May 2012 10:33:46 +0000 (12:33 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 29 May 2012 10:33:46 +0000 (12:33 +0200)
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.

ChangeLog.2
ChangeLog.3

index 30571bf60ae1b8ba9ce2652df6ee1437f7f76665..f5be7d87bb8d9e9d9d6ffdbb9a044f1a6a722fb0 100644 (file)
        * 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
 
 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.
 
 
        * 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.
 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>
index bedcba38034e49eaf113a7e89cfdb059244f960d..fd94b57b7ae8cc1649508c5a015f7576f7ee28b0 100644 (file)
 
 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.
 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>
        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.
 
 
 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
        * 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>