autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: fix typos in old ChangeLog files


From: Jim Meyering
Subject: [PATCH] maint: fix typos in old ChangeLog files
Date: Tue, 29 May 2012 13:46:52 +0200

FYI,

>From b29e5e79d5203400c4366c61d998bd9cdf30ef0d Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Tue, 29 May 2012 12:33:46 +0200
Subject: [PATCH] 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.
---
 ChangeLog.2 |  8 ++++----
 ChangeLog.3 | 14 +++++++-------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/ChangeLog.2 b/ChangeLog.2
index 30571bf..f5be7d8 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  <address@hidden>

-       * 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  <address@hidden>

        * 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  <address@hidden>
diff --git a/ChangeLog.3 b/ChangeLog.3
index bedcba3..fd94b57 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -6682,7 +6682,7 @@

 2008-08-22  Peter O'Gorman  <address@hidden>

-       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  <address@hidden>

        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  <address@hidden>
@@ -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  <address@hidden>

-       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 address@hidden'.
+       'VPATH' entry.  Rewrite all `make' occurrences as address@hidden'.

 2002-07-29  Mark D. Roth  <address@hidden>

--
1.7.10.2.605.gbefc5ed



reply via email to

[Prev in Thread] Current Thread [Next in Thread]