]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix typos in comments in test confh5.test
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 11 Apr 2010 20:34:18 +0000 (22:34 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 12 Apr 2010 05:41:11 +0000 (07:41 +0200)
* tests/confh5.test: Fix a couple of typos in comments.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/confh5.test

index 633a738e790cfa4d3dba268a479dd56088c831be..c4910379f0fbc2e941878280c363a1911a28416d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-04-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       Fix typos in comments in test confh5.test
+       * tests/confh5.test: Fix a couple of typos in comments.
+
        Avoid possible false negatives in canon-name.test.
        * tests/canon-name.test: Enable shell `errexit' flag.  Improve
        test description.
index 52a3054e26244f88dc9dac05c3b529558974d468..7c5f37e01c4bd0d83fa6dde858e6689c34d603b8 100755 (executable)
@@ -30,7 +30,7 @@ cat > Makefile.am << 'END'
 test: distdir
        test -f $(distdir)/config.h.in
        test -f $(distdir)/include/config.h.in.in
-       : # Solarish Sh do not support 'test -e'
+       : # Solaris Sh does not support 'test -e'
        test ! -f $(distdir)/include/config.h.in
        test ! -r $(distdir)/include/config.h.in
 END