summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-04-21 16:27:01 -0600
committerEric Blake <ebb9@byu.net>2008-04-21 16:27:01 -0600
commit05528e98e0257bcccbb5001b8ff09293e42d19b6 (patch)
tree116a876f590587f6ac585dcbeda7568e5532024d
parent2b570fc0192b1a07ba77bed07d582a3dd788ab7f (diff)
downloadm4-05528e98e0257bcccbb5001b8ff09293e42d19b6.tar.gz
Fix spelling of attribution to Christopher Strachey.
* doc/m4.texinfo (History, Inhibiting Invocation): Fix typo. * THANKS: Update. Reported by Fernando Carrijo. Signed-off-by: Eric Blake <ebb9@byu.net>
-rw-r--r--ChangeLog7
-rw-r--r--THANKS1
-rw-r--r--doc/m4.texinfo4
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 58abd2d0..8a29282d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-21 Eric Blake <ebb9@byu.net>
+
+ Fix spelling of attribution to Christopher Strachey.
+ * doc/m4.texinfo (History, Inhibiting Invocation): Fix typo.
+ * THANKS: Update.
+ Reported by Fernando Carrijo.
+
2008-04-17 Eric Blake <ebb9@byu.net>
Fix buildbot failure.
diff --git a/THANKS b/THANKS
index 8d0aae1b..eb2a79d3 100644
--- a/THANKS
+++ b/THANKS
@@ -35,6 +35,7 @@ Erez Zadok ezk@cs.columbia.edu
Eric Allman eric@cs.berkeley.edu
Eric Backus ericb@lsid.hp.com
Eric Blake ebb9@byu.net
+Fernando Carrijo fcarrijo1980@gmail.com
François Pinard pinard@iro.umontreal.ca
Frank Schwidom schwidom@impernet.de
Gary V. Vaughan gary@gnu.org
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index cefadfe2..05b349fb 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -346,7 +346,7 @@ debugging their @code{m4} scripts than doing real work. Beware that
@cindex history of @code{m4}
@cindex @acronym{GNU} M4, history of
@code{GPM} was an important ancestor of @code{m4}. See
-C. Stratchey: ``A General Purpose Macro generator'', Computer Journal
+C. Strachey: ``A General Purpose Macro generator'', Computer Journal
8,3 (1965), pp.@: 225 ff. @code{GPM} is also succinctly described into
David Gries classic ``Compiler Construction for Digital Computers''.
@@ -1273,7 +1273,7 @@ with no arguments.
@section Preventing macro invocation
An innovation of the @code{m4} language, compared to some of its
-predecessors (like Stratchey's @code{GPM}, for example), is the ability
+predecessors (like Strachey's @code{GPM}, for example), is the ability
to recognize macro calls without resorting to any special, prefixed
invocation character. While generally useful, this feature might
sometimes be the source of spurious, unwanted macro calls. So, @acronym{GNU}