summaryrefslogtreecommitdiff
path: root/t/tap-whitespace-normalization.sh
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-06-10 22:03:49 +0200
committerJim Meyering <meyering@redhat.com>2012-06-10 22:06:13 +0200
commitfa0cd34b38729a59a40fa946fc621df3ef0924cd (patch)
treef7a3667ddcb1f98108d6fd98043e6ee9d273fd25 /t/tap-whitespace-normalization.sh
parentf3710b5b91b9b200d999dbc1b51e97f7256b5af4 (diff)
downloadautomake-fa0cd34b38729a59a40fa946fc621df3ef0924cd.tar.gz
maint: grammar fixes: s/all these/all of these/
Run this command: git grep -li '\<all.these\>' \ |xargs perl -pi -e 's/\b([Aa])ll these\b/${1}ll of these/'
Diffstat (limited to 't/tap-whitespace-normalization.sh')
-rwxr-xr-xt/tap-whitespace-normalization.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-whitespace-normalization.sh b/t/tap-whitespace-normalization.sh
index a43d29a1f..3108fc667 100755
--- a/t/tap-whitespace-normalization.sh
+++ b/t/tap-whitespace-normalization.sh
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# TAP support: whitespace normalization (or lack thereof) in the testsuite
-# progress output on console. We keep all these checks here in a single
+# progress output on console. We keep all of these checks here in a single
# script so that a potential cosmetic change in the output format won't
# force us to tweak dozens of other tests (hopefully).
# See also related test 'tap-todo-skip-whitespace.test'.