[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] * lib/m4sugar/m4sh.m4: fix grammar: s/are/is/ => "there is no in
From: |
Jim Meyering |
Subject: |
[PATCH] * lib/m4sugar/m4sh.m4: fix grammar: s/are/is/ => "there is no indirection" |
Date: |
Tue, 17 Mar 2009 18:37:03 +0100 |
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 <address@hidden>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] * lib/m4sugar/m4sh.m4: fix grammar: s/are/is/ => "there is no indirection",
Jim Meyering <=