Hello,
> SK> I noticed the following typos.
>
> Thanks. Installed.
thank you very much for this. Attached please find a patch with another
two typos, collected in the meantime.
Have a nice day,
Stepan
2005-10-04 Stepan Kasal <[EMAIL PROTECTED]>
* doc/automake.texi (Program and Library Variables): Typo.
* lib/Automake/Variable.pm (transform_variable_recursively): Typo
in a comment.
Index: doc/automake.texi
===================================================================
RCS file: /cvsroot/automake/automake/doc/automake.texi,v
retrieving revision 1.122
diff -u -r1.122 automake.texi
--- doc/automake.texi 13 Sep 2005 23:14:55 -0000 1.122
+++ doc/automake.texi 30 Sep 2005 12:30:01 -0000
@@ -4051,7 +4051,7 @@
to other libtool libraries.
@item maude_LDADD
-Extra objects (@file{*.$(OBJDIR)}) and libraries (@file{*.a},
+Extra objects (@file{*.$(OBJEXT)}) and libraries (@file{*.a},
@file{*.la}) can be added to a @emph{program} by listing them in the
@code{_LDADD} variable. For instance, this should be used for objects
determined by @command{configure} (@pxref{Linking}).
Index: lib/Automake/Variable.pm
===================================================================
RCS file: /cvsroot/automake/automake/lib/Automake/Variable.pm,v
retrieving revision 1.40
diff -u -r1.40 Variable.pm
--- lib/Automake/Variable.pm 7 Aug 2005 09:56:09 -0000 1.40
+++ lib/Automake/Variable.pm 30 Sep 2005 12:30:01 -0000
@@ -1551,7 +1551,7 @@
my $res = $var->traverse_recursively
($fun_item,
- # The code that define the variable holding the result
+ # The code that defines the variable holding the result
# of the recursive transformation of a subvariable.
sub {
my ($subvar, $parent_cond, @allresults) = @_;