summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Warhol <jrw@jwarhol.com>2011-01-29 11:35:46 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-01-29 11:36:15 +0100
commitce7ebea4e74d1e152f1ec6e5a44e3b1c0ca9c7a2 (patch)
treef850a9b90eb10eb0ce4b55d33ecdf49dfb4f2225
parentf8ef2568f23bbc7dde125216cc04b1772e41e0a1 (diff)
downloadautoconf-ce7ebea4.tar.gz
docs: fix typo in the manual.
* doc/autoconf.texi (Introduction): Fix typo. * THANKS: Update. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
-rw-r--r--ChangeLog5
-rw-r--r--THANKS1
-rw-r--r--doc/autoconf.texi2
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 35d2c3f..b36aab1 100644
--- 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 e0bd6c1..f0638bd 100644
--- 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
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 419dff3..b1ccb1a 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -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.