Hello,
On Mon, Apr 10, 2006 at 01:16:15PM +0200, Ralf Wildenhues wrote:
> > I have noticed the following typo.
I've found two more.
Sorry, I should have buffered them.
Stepan
2006-04-10 Stepan Kasal <[EMAIL PROTECTED]>
* lib/Automake/Variable.pm (%_gen_varname): Fix typos in the
comment.
Index: lib/Automake/Variable.pm
===================================================================
RCS file: /cvs/automake/automake/lib/Automake/Variable.pm,v
retrieving revision 1.43
diff -u -r1.43 Variable.pm
--- lib/Automake/Variable.pm 9 Apr 2006 13:56:33 -0000 1.43
+++ lib/Automake/Variable.pm 10 Apr 2006 11:17:51 -0000
@@ -137,8 +137,8 @@
my @_var_order;
# This keeps track of all variables defined by &_gen_varname.
-# $_gen_varname{$base} is a hash for all variable defined with
-# prefix `$base'. Values stored this this hash are the variable names.
+# $_gen_varname{$base} is a hash for all variables defined with
+# prefix `$base'. Values stored in this hash are the variable names.
# Keys have the form "(COND1)VAL1(COND2)VAL2..." where VAL1 and VAL2
# are the values of the variable for condition COND1 and COND2.
my %_gen_varname = ();