summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-09-27 09:43:27 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-10-02 17:12:50 +0200
commit58ec9d74d9001246b222320f2a9dfe8ecb71bb52 (patch)
treeeb42d4c3cdcf998be8875417616a64801b0dafd0 /doc
parent9f2442d723e3e473708390821bf34f7bc6a83cb6 (diff)
downloadautomake-58ec9d74d9001246b222320f2a9dfe8ecb71bb52.tar.gz
docs: fix minor typo: s/expending/expanding/
* doc/automake.texi (Wildcards): Here. Fixes automake bug#12516. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/automake.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index db90c65e2..083882278 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -12002,7 +12002,7 @@ Although @samp{$(wildcard ...)} works with GNU @command{make}, it is
not portable to other @command{make} implementations.
The only way Automake could support @command{$(wildcard ...)} is by
-expending @command{$(wildcard ...)} when @command{automake} is run.
+expanding @command{$(wildcard ...)} when @command{automake} is run.
The resulting @file{Makefile.in}s would be portable since they would
list all files and not use @samp{$(wildcard ...)}. However that
means developers would need to remember to run @command{automake} each