]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
self tests: fix typo in comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jul 2011 08:17:00 +0000 (10:17 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jul 2011 08:17:00 +0000 (10:17 +0200)
* tests/self-check-exit.test: Fix typo in heading comments.

ChangeLog
tests/self-check-exit.test

index 56a1d7c4937aea9615000fc084037f8a4747db4c..b3709ec6f8152a9b50818517b00f56e221b56e3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       self tests: fix typo in comment
+       * tests/self-check-exit.test: Fix typo in heading comments.
+
 2011-07-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: remove redundant settings of `errexit' shell flag
index 04c27fd0f61a919887e06419ce0a7943b8dcc996..69aabcd6caf68a50a2484f8cbd27366a5cc7ca7a 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # 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.