automake-patches
[Top][All Lists]
Advanced

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

Re: typos


From: Alexandre Duret-Lutz
Subject: Re: typos
Date: Wed, 27 Jul 2005 08:34:08 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

>>> "Stepan" == Stepan Kasal <address@hidden> writes:

 Stepan> Hi,
 Stepan> I have noticed two typos in the Automake manual.
 Stepan> Stepan
>>> "Stepan" == Stepan Kasal <address@hidden> writes:

 Stepan> Hello,
 Stepan> I've notice one more typo.
 Stepan> Stepan

Thanks, I installed this.

2005-07-27  Stepan Kasal  <address@hidden>

        * doc/automake.texi (Auxiliary Programs): Fix a typo.
        * tests/suffix11.test: Fix a typo.
        * tests/colon3.test: s/EGREP/FGREP/.

Index: doc/automake.texi
===================================================================
RCS file: /cvs/automake/automake/doc/automake.texi,v
retrieving revision 1.44.2.58
diff -u -r1.44.2.58 automake.texi
--- doc/automake.texi   9 Jul 2005 09:30:40 -0000       1.44.2.58
+++ doc/automake.texi   27 Jul 2005 06:33:17 -0000
@@ -748,7 +748,7 @@
 
 @item mkinstalldirs
 This script used to be a wrapper around @samp{mkdir -p}, which is not
-portable.  Now we use prefer to use @samp{install-sh -d} when configure
+portable.  Now we prefer to use @samp{install-sh -d} when configure
 finds that @samp{mkdir -p} does not work, this makes one less script to
 distribute.
 
Index: tests/colon3.test
===================================================================
RCS file: /cvs/automake/automake/tests/colon3.test,v
retrieving revision 1.13.4.1
diff -u -r1.13.4.1 colon3.test
--- tests/colon3.test   14 May 2005 20:29:23 -0000      1.13.4.1
+++ tests/colon3.test   27 Jul 2005 06:33:17 -0000
@@ -46,7 +46,7 @@
 # The generated file should refer to zardoz.in and zardoz.am, but
 # never just "zardoz".
 echo Grep1
-grep zardoz zardoz.in | $EGREP -v 'zardoz.in' | $FGREP -v 'zardoz.am' > O || :
+grep zardoz zardoz.in | $FGREP -v 'zardoz.in' | $FGREP -v 'zardoz.am' > O || :
 # We cat the output file so we see in when verbose.
 cat O
 test -z "`cat O`"
Index: tests/suffix11.test
===================================================================
RCS file: /cvs/automake/automake/tests/suffix11.test,v
retrieving revision 1.4.4.1
diff -u -r1.4.4.1 suffix11.test
--- tests/suffix11.test 14 May 2005 20:29:25 -0000      1.4.4.1
+++ tests/suffix11.test 27 Jul 2005 06:33:17 -0000
@@ -18,7 +18,7 @@
 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
-# Tests that Automake understand multiple suffix rules on the same line.
+# Tests that Automake understands multiple suffix rules on the same line.
 # PR/371 and PR/372: Reported by Duncan Gibson.
 # We also check for suffixes containing `-'.
 


-- 
Alexandre Duret-Lutz





reply via email to

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