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}. #