]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Manual: fix a typo.
authorJim Meyering <meyering@redhat.com>
Mon, 18 Aug 2008 09:08:14 +0000 (11:08 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 17 Mar 2009 20:59:14 +0000 (21:59 +0100)
* lib/m4sugar/m4sh.m4: s/are/is/ => "there is no indirection"

ChangeLog
lib/m4sugar/m4sh.m4

index 05e3a4d4eb5a483504c300c8a70af5e2ebedac15..259004ef95e40c0959ab480c5f6fcb4674c7ffc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-17  Jim Meyering  <meyering@redhat.com>
+
+       Manual: fix a typo.
+       * lib/m4sugar/m4sh.m4: s/are/is/ => "there is no indirection"
+
 2009-03-17  Eric Blake  <ebb9@byu.net>
 
        Use test consistently in examples.
index d8ef957c8e485a06f85c7d125ac70ab1fe901b0a..88881b1f6fe8b8d4dc0f5143fb84ce8d61a73eff 100644 (file)
@@ -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],