]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
fix: typos and grammaros in comments of the new test
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 22 Dec 2011 17:17:26 +0000 (18:17 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 22 Dec 2011 17:17:26 +0000 (18:17 +0100)
* tests/get-sysconf.test: Fix few typos, grammaros and botched
wording.  Reported by Eric Blake.

ChangeLog
tests/get-sysconf.test

index de95269892a3ccdd90b3e43106b440ff4a9a0c92..a24ee366ead1f5517afbecd0cbad18cec988b967 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       fix: typos and grammaros in comments of the new test
+       * tests/get-sysconf.test: Fix few typos, grammaros and botched
+       wording.  Reported by Eric Blake.
+
 2011-12-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: report useful system information in 'test-suite.log'
index 32d1038330641682c7933cf861ad68b06cc0234f..1a549a3f791a38be8646ce30825eefe37e525e0f 100755 (executable)
@@ -15,8 +15,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Dummy test case, aimed at reporting useful system information in the
-# final `test-suite.log'.  This way, if a user experiencing a failure in
-# the Automake test suite only sends us the `test-suite.log' file upon,
+# final `test-suite.log'.  This way, if a user experiences a failure in
+# the Automake test suite and then only sends us the `test-suite.log',
 # we won't have to ask him for more information to start analyzing the
 # failure (that had happened too many times in the past!).
 
@@ -37,7 +37,7 @@ cat "$testbuilddir/aclocal-$APIVERSION" || st=1
 cat "$testbuilddir/automake-$APIVERSION" || st=1
 
 if test $st -eq 0; then
-  # This test SKIPs, so that all the information is has gathered and
+  # This test SKIPs, so that all the information it has gathered and
   # printed will get unconditionally copied into the `test-suite.log'
   # file.
   Exit 77