Barely worth mentioning... I'll wait a couple of hours before pushing. (and I will add the ChangeLog entry)
>From e329d5af15adb18b3143f75654fe9f73f411e9e0 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Mon, 18 Aug 2008 11:08:14 +0200 Subject: [PATCH] * lib/m4sugar/m4sh.m4: fix grammar: s/are/is/ => "there is no indirection" --- lib/m4sugar/m4sh.m4 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4 index d8ef957..88881b1 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], -- 1.6.2.221.g2411c
