]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typos in test names.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 22 Oct 2007 05:24:46 +0000 (07:24 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 22 Oct 2007 05:24:46 +0000 (07:24 +0200)
* tests/autotest.at (Backquote command substitution)
(Multiline backquote command substitution)
(Parenthetical command substitution)
(Multiline parenthetical command substitution): Fix typos in
test names.

ChangeLog
tests/autotest.at

index f5732b149da62c2a4d72a292a29134e244f503c3..e0c1f45937841bc041e492c8c41b1ccda79fa951 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * tests/autotest.at (Backquote command substitution)
+       (Multiline backquote command substitution)
+       (Parenthetical command substitution)
+       (Multiline parenthetical command substitution): Fix typos in
+       test names.
+
 2007-10-21  Eric Blake  <ebb9@byu.net>
 
        * configure: Regenerate.
 
        * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
        failure condition for `$(cmd)' style command substitutions.
-       (Parenthetical command substition, Multiline parenthetical
-       command substition): Use it.
+       (Parenthetical command substitution, Multiline parenthetical
+       command substitution): Use it.
 
        * doc/autoconf.texi (Special Shell Variables): Missing word.
        Reported by Keith Marshall <keith.marshall@total.com>.
index 2114d0b7b4532c7e440c8bbecb673b6ae1039098..54e746475e1b8cd338a68c81d7bd371da9cbf013 100644 (file)
@@ -141,12 +141,12 @@ two'
 two
 ], [])])
 
-AT_CHECK_AT_TEST([Backquote command substition],
+AT_CHECK_AT_TEST([Backquote command substitution],
   [AT_CHECK([echo `echo hi`], 0, [hi
 ], [])])
 
 
-AT_CHECK_AT_TEST([Multiline backquote command substition],
+AT_CHECK_AT_TEST([Multiline backquote command substitution],
   [AT_DATA([myfile],[foo
 bar
 ])
@@ -154,12 +154,12 @@ bar
 bar
 ], [])])
 
-AT_CHECK_AT_TEST([Parenthetical command substition],
+AT_CHECK_AT_TEST([Parenthetical command substitution],
   [AT_CHECK([echo $(echo hi)], 0, [hi
 ], [])],
   [AT_NO_CMDSUBST])
 
-AT_CHECK_AT_TEST([Multiline parenthetical command substition],
+AT_CHECK_AT_TEST([Multiline parenthetical command substitution],
   [AT_DATA([myfile],[foo
 bar
 ])