summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-22 18:17:26 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-12-22 18:17:26 +0100
commita95d9dc4f4dbac2c9a34615078cb78d16e0c7805 (patch)
treea6a26da5a682f1e9f9e972ad8e38785457f13c4a /tests
parentfe8162b7c8fbcd4f5ac6d51127a8ef828e5e2134 (diff)
downloadautomake-a95d9dc4f4dbac2c9a34615078cb78d16e0c7805.tar.gz
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.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/get-sysconf.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/get-sysconf.test b/tests/get-sysconf.test
index 32d103833..1a549a3f7 100755
--- a/tests/get-sysconf.test
+++ b/tests/get-sysconf.test
@@ -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