From: Stefano Lattarini Date: Thu, 27 Sep 2012 07:43:27 +0000 (+0200) Subject: docs: fix minor typo: s/expending/expanding/ X-Git-Tag: v1.12.5~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58ec9d74d9001246b222320f2a9dfe8ecb71bb52;p=platform%2Fupstream%2Fautomake.git docs: fix minor typo: s/expending/expanding/ * doc/automake.texi (Wildcards): Here. Fixes automake bug#12516. Signed-off-by: Stefano Lattarini --- diff --git a/doc/automake.texi b/doc/automake.texi index db90c65..0838822 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