]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
docs: fix typo in the manual.
authorJim Warhol <jrw@jwarhol.com>
Sat, 29 Jan 2011 10:35:46 +0000 (11:35 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 29 Jan 2011 10:36:15 +0000 (11:36 +0100)
* doc/autoconf.texi (Introduction): Fix typo.
* THANKS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
doc/autoconf.texi

index 35d2c3f7d67d019c52ddfd692d24770a6c0b3721..b36aab1d029316afd5d4d9d4eab5c3c1d967d803 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-29  Jim Warhol  <jrw@jwarhol.com>  (tiny change)
+
+       * doc/autoconf.texi (Introduction): Fix typo.
+       * THANKS: Update.
+
 2011-01-27  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        docs: another parallel make issue
diff --git a/THANKS b/THANKS
index e0bd6c1dd88c6092e17d20057530284c252e7d52..f0638bd7b5eba247cb5667066b1aea1e8a2579b1 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -190,6 +190,7 @@ Jeremy Yallop               jeremy@yallop.org
 Jerker Bäck                 jerker.back@home.se
 Jim Blandy                  jimb@wookumz.gnu.ai.mit.edu
 Jim Meyering                meyering@ascend.com
+Jim Warhol                  jrw@jwarhol.com
 Jiro Takabatake             jiro@din.or.jp
 Jochen Friedrich            jochen@scram.de
 Joel E. Denny               jdenny@ces.clemson.edu
index 419dff3409340141b3695258d39afb89ba5de0b6..b1ccb1afde8c2d1768ce042f90f411b607506232 100644 (file)
@@ -734,7 +734,7 @@ about difficulties in writing Autoconf input, and not in the behavior of
 the resulting @file{configure}.  Even packages that don't use Autoconf
 will generally provide a @file{configure} script, and the most common
 complaint about these alternative home-grown scripts is that they fail
-to meet one or more of the GNU Coding Standars (@pxref{Configuration, , ,
+to meet one or more of the GNU Coding Standards (@pxref{Configuration, , ,
 standards, The GNU Coding Standards}) that users
 have come to expect from Autoconf-generated @file{configure} scripts.