From e12ed7aa92fa3c98e00f674e76cf1c0ee436c92f Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Fri, 8 Mar 2002 13:18:59 +0000 Subject: [PATCH] * Grammatical correction: change `are' to `is' in guile.m4 docstring. --- guile-config/ChangeLog | 4 ++++ guile-config/guile.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/guile-config/ChangeLog b/guile-config/ChangeLog index 0fce8d321..607d01322 100644 --- a/guile-config/ChangeLog +++ b/guile-config/ChangeLog @@ -1,3 +1,7 @@ +2002-03-03 Neil Jerram + + * guile.m4 (GUILE_PROGS): In docstring, change `are' to `is'. + 2002-01-02 Thien-Thi Nguyen * guile.m4: Rewrite comments in texi. diff --git a/guile-config/guile.m4 b/guile-config/guile.m4 index fa098eecf..020de5a05 100644 --- a/guile-config/guile.m4 +++ b/guile-config/guile.m4 @@ -67,7 +67,7 @@ # This macro looks for programs @code{guile}, @code{guile-config} and # @code{guile-tools}, and sets variables @var{GUILE}, @var{GUILE_CONFIG} and # @var{GUILE_TOOLS}, to their paths, respectively. If either of the first two -# are not found, signal error. +# is not found, signal error. # # The variables are marked for substitution, as by @code{AC_SUBST}. #