Hi,
I have noticed two typos in the Automake manual.
Stepan
2005-07-20 Stepan Kasal <[EMAIL PROTECTED]>
* doc/automake.texi (Auxiliary Programs): Fix a typo.
* tests/suffix11.test: Fix a typo.
Index: doc/automake.texi
===================================================================
RCS file: /cvs/automake/automake/doc/automake.texi,v
retrieving revision 1.119
diff -u -r1.119 automake.texi
--- doc/automake.texi 9 Jul 2005 09:30:31 -0000 1.119
+++ doc/automake.texi 20 Jul 2005 14:08:44 -0000
@@ -751,7 +751,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/suffix11.test
===================================================================
RCS file: /cvs/automake/automake/tests/suffix11.test,v
retrieving revision 1.5
diff -u -r1.5 suffix11.test
--- tests/suffix11.test 14 May 2005 20:28:56 -0000 1.5
+++ tests/suffix11.test 20 Jul 2005 14:08:44 -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 `-'.