]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Generic Programs): Fix typo.
authorEric Blake <ebb9@byu.net>
Sat, 8 Sep 2007 14:16:58 +0000 (14:16 +0000)
committerEric Blake <ebb9@byu.net>
Sat, 8 Sep 2007 14:16:58 +0000 (14:16 +0000)
ChangeLog
doc/autoconf.texi

index c6a861f62342593b60561e079fa72007ab0c5308..891654e3825dfecb89469831198265331d5ae871 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-08  Eric Blake  <ebb9@byu.net>
+
+       * doc/autoconf.texi (Generic Programs): Fix typo.
+
 2007-09-06  Eric Blake  <ebb9@byu.net>
 
        * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not
index 31715524ce87059db5b0b4ff0cdb858762eb89b6..19374863ac80c378bd3a3aac8226c13315fbfc7f 100644 (file)
@@ -3840,7 +3840,7 @@ instead, like this:
 @example
 AC_PATH_PROG([INETD], [inetd], [/usr/libexec/inetd],
              [$PATH$PATH_SEPARATOR/usr/libexec$PATH_SEPARATOR]dnl
-[/usr/sbin$PATH_SEPARATOR/usr/etc$PATH_SEPARTOR/etc])
+[/usr/sbin$PATH_SEPARATOR/usr/etc$PATH_SEPARATOR/etc])
 @end example
 
 You are strongly encouraged to declare the @var{variable} passed to