[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix typos in Rule.pm comments.
From: |
Ralf Wildenhues |
Subject: |
Re: Fix typos in Rule.pm comments. |
Date: |
Sun, 9 Jan 2011 19:04:52 +0100 |
User-agent: |
Mutt/1.5.20 (2010-08-04) |
* 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 <address@hidden> (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