summaryrefslogtreecommitdiff
path: root/aclocal.in
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2005-07-09 09:30:31 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2005-07-09 09:30:31 +0000
commit5448bc9965371cf796cfa793ee661abce5518f13 (patch)
treefb51dead6078440b9b083627b080f14a9b36867d /aclocal.in
parent2ab8cbfbc0c06458d99a9d8bbd38cddfdbb8ab68 (diff)
downloadautomake-5448bc9965371cf796cfa793ee661abce5518f13.tar.gz
automake-5448bc9965371cf796cfa793ee661abce5518f13.tar.bz2
automake-5448bc9965371cf796cfa793ee661abce5518f13.zip
* doc/automake.texi (Public macros): Typo.
* aclocal.in: Typo in comment.
Diffstat (limited to 'aclocal.in')
-rw-r--r--aclocal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.in b/aclocal.in
index 1990ff21f..812bfb40e 100644
--- a/aclocal.in
+++ b/aclocal.in
@@ -323,7 +323,7 @@ sub add_macro ($)
# scan_configure_dep ($file)
# --------------------------
# Scan a configure dependency (configure.ac, or separate m4 files)
-# for uses of know macros and AC_REQUIREs of possibly unknown macros.
+# for uses of known macros and AC_REQUIREs of possibly unknown macros.
# Recursively scan m4_included files.
sub scan_configure_dep ($)
{