From: Jim Meyering Date: Mon, 18 Aug 2008 09:08:14 +0000 (+0200) Subject: Manual: fix a typo. X-Git-Tag: v2.63b~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a54ca8043e5a4cb685d755fd10b78d75f16293e;p=thirdparty%2Fautoconf.git Manual: fix a typo. * lib/m4sugar/m4sh.m4: s/are/is/ => "there is no indirection" --- diff --git a/ChangeLog b/ChangeLog index 05e3a4d4e..259004ef9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-17 Jim Meyering + + Manual: fix a typo. + * lib/m4sugar/m4sh.m4: s/are/is/ => "there is no indirection" + 2009-03-17 Eric Blake Use test consistently in examples. diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4 index d8ef957c8..88881b1f6 100644 --- a/lib/m4sugar/m4sh.m4 +++ b/lib/m4sugar/m4sh.m4 @@ -1892,8 +1892,8 @@ m4_define([AS_VAR_COPY], # AS_VAR_GET(VARIABLE) # -------------------- # Get the value of the shell VARIABLE. -# Evaluates to $VARIABLE if there are no indirection in VARIABLE, -# else into the appropriate `eval' sequence. +# Evaluates to $VARIABLE if there is no indirection in VARIABLE, +# else to the appropriate `eval' sequence. # This macro is deprecated because it sometimes mishandles trailing newlines; # use AS_VAR_COPY instead. m4_define([AS_VAR_GET],