]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
docs: fix some typos
authorMatt Kraai <kraai@ftbfs.org>
Wed, 16 Feb 2011 12:58:53 +0000 (04:58 -0800)
committerEric Blake <eblake@redhat.com>
Wed, 16 Feb 2011 15:56:34 +0000 (08:56 -0700)
* doc/autoconf.texi (testsuite Scripts): Fix typos.
* THANKS: Update.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
THANKS
doc/autoconf.texi

index 79b905825287cedb6fe916909ffcc2076e482dbf..d883c62f0329c835492ed31b1340d5a0e2f87022 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-16  Matt Kraai  <kraai@ftbfs.org>  (tiny change)
+
+       docs: fix some typos
+       * doc/autoconf.texi (testsuite Scripts): Fix typos.
+       * THANKS: Update.
+
 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
 
        autoconf: tune long long tests, particularly for c99
diff --git a/THANKS b/THANKS
index 079be6623eac5c851ed820aaaa02e03fe8c8eb5e..a3ee752c84a0d4c52c140b7212692da0d7ef49de 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -265,6 +265,7 @@ Martin Mokrejs              mmokrejs@natur.cuni.cz
 Martin Wilck                martin@tropos.de
 Martyn Johnson              Martyn.Johnson@cl.cam.ac.uk
 Matěj Týč                   matej.tyc@gmail.com
+Matt Kraai                  kraai@ftbfs.org
 Matteo Frigo                ?
 Matthew D. Langston         langston@SLAC.Stanford.EDU
 Matthew Mueller             donut@azstarnet.com
index 5be070cf3b9427c32fc8671040abc880b19901b3..20d23f170a1707e2938c1f221127f539698413bc 100644 (file)
@@ -24027,7 +24027,7 @@ the installer's end.
 Each test of the validation suite should be part of some test group.  A
 @dfn{test group} is a sequence of interwoven tests that ought to be
 executed together, usually because one test in the group creates data
-files than a later test in the same group needs to read.  Complex test
+files that a later test in the same group needs to read.  Complex test
 groups make later debugging more tedious.  It is much better to
 keep only a few tests per test group.  Ideally there is only one test
 per test group.
@@ -24045,7 +24045,7 @@ identification of the package, is automatically included if found.
 A convenient alternative consists in moving all the global issues
 (local Autotest macros, elementary health checking, and @code{AT_INIT}
 invocation) into the file @code{local.at}, and making
-@file{testsuite.at} be a simple list of @code{m4_include} of sub test
+@file{testsuite.at} be a simple list of @code{m4_include}s of sub test
 suites.  In such case, generating the whole test suite or pieces of it
 is only a matter of choosing the @command{autom4te} command line
 arguments.
@@ -24078,7 +24078,7 @@ It often happens in practice that individual tests in the validation
 suite need to get information coming out of the configuration process.
 Some of this information, common for all validation suites, is provided
 through the file @file{atconfig}, automatically created by
-@code{AC_CONFIG_TESTDIR}.  For configuration informations which your
+@code{AC_CONFIG_TESTDIR}.  For configuration information which your
 testing environment specifically needs, you might prepare an optional
 file named @file{atlocal.in}, instantiated by @code{AC_CONFIG_FILES}.
 The configuration process produces @file{atconfig} and @file{atlocal}