From 5b84fb17165ce5107398da99cc05f6c039b622fe Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Sat, 8 Sep 2007 14:16:58 +0000 Subject: [PATCH] * doc/autoconf.texi (Generic Programs): Fix typo. --- ChangeLog | 4 ++++ doc/autoconf.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c6a861f6..891654e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-08 Eric Blake + + * doc/autoconf.texi (Generic Programs): Fix typo. + 2007-09-06 Eric Blake * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 31715524..19374863 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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 -- 2.47.2