From: Stefano Lattarini Date: Fri, 8 Jul 2011 08:17:00 +0000 (+0200) Subject: self tests: fix typo in comment X-Git-Tag: ng-0.5a~89^2~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24cf7efeaa0e139fd49a0589519a15d4da38ec2c;p=thirdparty%2Fautomake.git self tests: fix typo in comment * tests/self-check-exit.test: Fix typo in heading comments. --- diff --git a/ChangeLog b/ChangeLog index 56a1d7c49..b3709ec6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-08 Stefano Lattarini + + self tests: fix typo in comment + * tests/self-check-exit.test: Fix typo in heading comments. + 2011-07-08 Stefano Lattarini tests: remove redundant settings of `errexit' shell flag diff --git a/tests/self-check-exit.test b/tests/self-check-exit.test index 04c27fd0f..69aabcd6c 100755 --- a/tests/self-check-exit.test +++ b/tests/self-check-exit.test @@ -15,7 +15,7 @@ # along with this program. If not, see . # Sanity check for the automake testsuite. -# Check that. in case of failing commands, the correct exit status is +# Check that, in case of failing commands, the correct exit status is # passed to the exit trap installed by the `./defs' script. # Also check that the `errexit' shell flag is active.