diff options
author | Brian Gough <bjg@network-theory.co.uk> | 2009-12-15 10:16:14 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-12-18 00:53:34 +0000 |
commit | 72b3aa56afc776506a0b51c008c808a536a4f1c3 (patch) | |
tree | ac037ba759eb547c6923070484ac17b1ae0eab96 /doc/ref/history.texi | |
parent | 2e4ef7eda16ccf708f9822573d016567eb916f43 (diff) | |
download | guile-72b3aa56afc776506a0b51c008c808a536a4f1c3.tar.gz |
more typo fixes
More spelling corrections and fixes for doubled words (e.g. "the the")
--
Brian Gough
Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/
>From 7be02beedc739c32cce2c8ec8f4ac814c994a13f Mon Sep 17 00:00:00 2001
From: Brian Gough <bjg@gnu.org>
Date: Mon, 14 Dec 2009 22:06:22 +0000
Subject: [PATCH] fix various documentation typos (spelling & doubled words)
Diffstat (limited to 'doc/ref/history.texi')
-rw-r--r-- | doc/ref/history.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ref/history.texi b/doc/ref/history.texi index b14b44923..7454cfe36 100644 --- a/doc/ref/history.texi +++ b/doc/ref/history.texi @@ -71,7 +71,7 @@ Lisp. Due to a naming conflict with another programming language, Jim Blandy suggested a new name for GEL: ``Guile''. Besides being a recursive -acroymn, ``Guile'' craftily follows the naming of its ancestors, +acronym, ``Guile'' craftily follows the naming of its ancestors, ``Planner'', ``Conniver'', and ``Schemer''. (The latter was truncated to ``Scheme'' due to a 6-character file name limit on an old operating system.) Finally, ``Guile'' suggests ``guy-ell'', or ``Guy L. @@ -102,7 +102,7 @@ applications and a more fully dynamic programming environment is still with us today. @node A Scheme of Many Maintainers -@subsection A Scheme of Many Mantainers +@subsection A Scheme of Many Maintainers Surveying the field, it seems that Scheme implementations correspond with their maintainers on an N-to-1 relationship. That is to say, that @@ -112,7 +112,7 @@ maintainership of one individual. Guile is atypical in this regard. -Tom Lord maintaned Guile for its first year and a half or so, +Tom Lord maintained Guile for its first year and a half or so, corresponding to the end of 1994 through the middle of 1996. The releases made in this time constitute an arc from SCM as a standalone program to Guile as a reusable, embeddable library, but passing |