bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12516: Typo in automake.texi


From: Stefano Lattarini
Subject: bug#12516: Typo in automake.texi
Date: Thu, 27 Sep 2012 09:45:03 +0200

severity 12516 minor
close 12516
thanks

On 09/26/2012 01:35 AM, Reuben Thomas wrote:
> expending → expanding
> 
> Checked in current git HEAD.
> 
Thanks, fixed with the patch below.

-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----

>From ba23bc70ab6296d978a681e01d3c342a5c235fae Mon Sep 17 00:00:00 2001
Message-Id: <address@hidden>
From: Stefano Lattarini <address@hidden>
Date: Thu, 27 Sep 2012 09:43:27 +0200
Subject: [PATCH] docs: fix minor typo: s/expending/expanding/

* doc/automake.texi (Wildcards): Here.  Fixes automake bug#12516.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 doc/automake.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.7.12.317.g1c54b74





reply via email to

[Prev in Thread] Current Thread [Next in Thread]