]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix a couple of typos in the manual.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 12 Nov 2008 06:14:19 +0000 (07:14 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 12 Nov 2008 06:14:19 +0000 (07:14 +0100)
* doc/autoconf.texi (Conditional constructs, Macro Names): Fix
typos.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/autoconf.texi

index b28abcdf0361aa6562168bd669b7b625081ddf08..ca362676278e85045d6f98b6dfde98a982288b0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/autoconf.texi (Conditional constructs, Macro Names): Fix
+       typos.
+
 2008-11-10  Eric Blake  <ebb9@byu.net>
 
        Work around <=m4-1.4.9 bug in m4_format.
index 34611b803567c8a5c79eb1c3e5a6fd9fa42ef94e..92c224a178c9a25e618c23c194e96cbfbb812dd4 100644 (file)
@@ -10698,7 +10698,7 @@ diversion to be @code{KILL}.
 @node Conditional constructs
 @subsection Conditional constructs
 
-The following macros provide additional conditional contructs, as
+The following macros provide additional conditional constructs as
 convenience wrappers around @code{m4_if}.
 
 @defmac m4_bmatch (@var{string}, @var{regex-1}, @var{value-1}, @
@@ -12557,7 +12557,7 @@ general to most specific.  The names of their cache variables use the
 same convention (@pxref{Cache Variable Names}, for more information on
 them).
 
-The first word of the name after the namepace initials (such as
+The first word of the name after the namespace initials (such as
 @samp{AC_}) usually tells the category
 of the feature being tested.  Here are the categories used in Autoconf for
 specific test macros, the kind of macro that you are more likely to