* Dave Hart wrote on Sun, Jan 09, 2011 at 06:58:06PM CET: > On Sun, Jan 9, 2011 at 10:41 UTC, Ralf Wildenhues wrote: > > --- a/lib/Automake/Rule.pm > > +++ b/lib/Automake/Rule.pm > [...] > > -The I<forget all> function. Clears all know rules and reset some > > +The I<forget all> function. Clears all know rules and resets some > > all known rules > > Who can resist correcting Ralf's English? ;)
Heh. So I'm waiting a bit now for more corrections before pushing this one out. Thanks, Ralf 2011-01-09 Dave Hart <daveh...@...> (tiny change) Fix another typo in Rule.pm comment. * lib/Automake/Rule.pm: Fix typo. diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm index a1bebf2..3184b24 100644 --- a/lib/Automake/Rule.pm +++ b/lib/Automake/Rule.pm @@ -307,7 +307,7 @@ sub register_action ($$) =item C<Automake::Rule::reset> -The I<forget all> function. Clears all know rules and resets some +The I<forget all> function. Clears all known rules and resets some other internal data. =cut