From: Stefano Lattarini Date: Sun, 11 Apr 2010 20:34:18 +0000 (+0200) Subject: Fix typos in comments in test confh5.test X-Git-Tag: v1.11.1b~86^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17435f54b5194d75bc8310b6fad19832dad13bf0;p=thirdparty%2Fautomake.git Fix typos in comments in test confh5.test * tests/confh5.test: Fix a couple of typos in comments. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 633a738e7..c4910379f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-04-12 Stefano Lattarini + 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. diff --git a/tests/confh5.test b/tests/confh5.test index 52a3054e2..7c5f37e01 100755 --- a/tests/confh5.test +++ b/tests/confh5.test @@ -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