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 633a738..c491037 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 52a3054..7c5f37e 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