summaryrefslogtreecommitdiff
path: root/doc/automake-history.texi
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 /doc/automake-history.texi
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 'doc/automake-history.texi')
-rw-r--r--doc/automake-history.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/automake-history.texi b/doc/automake-history.texi
index 5cb368595..7bbdeb49b 100644
--- a/doc/automake-history.texi
+++ b/doc/automake-history.texi
@@ -560,7 +560,7 @@ sights on automake@dots{} and now it has arrived! -- Tom Tromey
It's only the beginning: in two months he will send 192 patches. Then
he would slow down so Tom can catch up and review all this. Initially
-Tom actually read all these patches, then he probably trustingly
+Tom actually read all of these patches, then he probably trustingly
answered OK to most of them, and finally gave up and let Akim apply
whatever he wanted. There was no way to keep up with that patch rate.
@@ -570,7 +570,7 @@ sourcequake; I have yet to figure where the relevant passage has
been moved :) -- Alexandre Duret-Lutz
@end quotation
-All these patches were sent to and discussed on
+All of these patches were sent to and discussed on
@email{automake@@gnu.org}, so subscribed users were literally drowning in
technical mails. Eventually, the @email{automake-patches@@gnu.org}
mailing list was created in May.
@@ -581,7 +581,7 @@ fragments. In 1.4, lots of @file{Makefile} rules are being emitted at
various places in the @command{automake} script itself; this does not
help ensuring a consistent treatment of these rules (for instance
making sure that user-defined rules override Automake's own rules).
-One of Akim's goal was moving all these hard-coded rules to separate
+One of Akim's goal was moving all of these hard-coded rules to separate
@file{Makefile} fragments, so the logic could be centralized in a
@file{Makefile} fragment processor.