Hello,
  on 2002/12/18, a bunch of typos in the Automake source tree was
fixed.  At least one of the typos was intentional, though.

The patch automake-20070502-no-typo.patch fixes that.

And when I'm at it, I'm submitting my own collection of typos,
see automake-typos.patch .

Have a nice day,
        Stepan Kasal
2007-05-02  Stepan Kasal  <[EMAIL PROTECTED]>

        * automake.in (am_primary_prefixes): Keep the intentional typo there.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1644
diff -u -r1.1644 automake.in
--- automake.in 29 Mar 2007 23:01:59 -0000      1.1644
+++ automake.in 2 May 2007 13:24:54 -0000
@@ -6756,7 +6756,7 @@
 #
 # As a side effect, it looks for misspellings.  It is an error to have
 # a variable ending in a "reserved" suffix whose prefix is unknown, e.g.
-# "bin_PROGRAMS".  However, unusual prefixes are allowed if a variable
+# "bni_PROGRAMS".  However, unusual prefixes are allowed if a variable
 # of the same name (with "dir" appended) exists.  For instance, if the
 # variable "zardir" is defined, then "zar_PROGRAMS" becomes valid.
 # This is to provide a little extra flexibility in those cases which
2007-05-02  Stepan Kasal  <[EMAIL PROTECTED]>

        * automake.in, doc/automake.texi, lib/Automake/Rule.pm: Fix typos.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1641
diff -u -r1.1641 automake.in
--- automake.in 16 Oct 2006 05:24:17 -0000      1.1641
+++ automake.in 9 Jan 2007 14:53:49 -0000
@@ -372,7 +372,7 @@
 # Where version is defined.
 my $package_version_location;
 
-# TRUE if we've seen AC_ENABLE_MULTILIB.
+# TRUE if we've seen AM_ENABLE_MULTILIB.
 my $seen_multilib = 0;
 
 # TRUE if we've seen AM_PROG_CC_C_O
Index: doc/automake.texi
===================================================================
RCS file: /cvs/automake/automake/doc/automake.texi,v
retrieving revision 1.164
diff -u -r1.164 automake.texi
--- doc/automake.texi   27 Jan 2007 16:32:11 -0000      1.164
+++ doc/automake.texi   9 Mar 2007 19:57:02 -0000
@@ -3764,7 +3764,7 @@
 @cindex autoupdate
 
 Although using some of the following macros was required in past
-releases, you should not used any of them in new code.  Running
+releases, you should not use any of them in new code.  Running
 @command{autoupdate} should adjust your @file{configure.ac}
 automatically (@pxref{autoupdate Invocation, , Using
 @command{autoupdate} to Modernize @file{configure.ac}, autoconf, The
Index: ./lib/Automake/Rule.pm
===================================================================
RCS file: /cvs/automake/automake/lib/Automake/Rule.pm,v
retrieving revision 1.12
diff -u -r1.12 Rule.pm
--- lib/Automake/Rule.pm        20 Oct 2006 17:17:56 -0000      1.12
+++ lib/Automake/Rule.pm        13 Mar 2007 20:22:25 -0000
@@ -482,7 +482,7 @@
   return 0;
 }
 
-=item C<rule ($rulename, $cond>
+=item C<ruledef ($rulename, $cond)>
 
 Return the C<Automake::RuleDef> object for the rule named
 C<$rulename> if defined in condition C<$cond>.  Return false

Reply via email to