]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix grammaro in documenation.
authorWilliam Pursell <bill.pursell@gmail.com>
Sat, 27 Jun 2009 10:23:58 +0000 (12:23 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 27 Jun 2009 11:06:02 +0000 (13:06 +0200)
* doc/autoconf.texi (Guidelines): Fix grammaro.

ChangeLog
doc/autoconf.texi

index e568c7fe154ec1ef0f8ec51ec9e83b0f283f9ae6..5f89c1b24bc2b67496d247601c100d574d7cb19b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-27  William Pursell  <bill.pursell@gmail.com>  (tiny change)
+
+       Fix grammaro in documenation.
+       * doc/autoconf.texi (Guidelines): Fix grammaro.
+
 2009-06-17  Eric Blake  <ebb9@byu.net>
 
        Fix AC_CHECK_HEADER infloop for gcc.
index 4b08042a35569a5f54f9f943d71b3ba12b519c0a..455d1c4151ac6b69bca5dff848a44d9e836695c6 100644 (file)
@@ -8109,7 +8109,7 @@ functional might let your @command{configure} accept a header which
 causes some @emph{compiler} error.  Do not hesitate to check a header with
 other headers included before, especially required headers.
 
-Make sure the symbols you use are properly defined, i.e., refrain for
+Make sure the symbols you use are properly defined, i.e., refrain from
 simply declaring a function yourself instead of including the proper
 header.