[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 18:56:32 +0100 |
User-agent: |
Mutt/1.5.20 (2010-08-04) |
* Peter Rosin wrote on Sun, Jan 09, 2011 at 06:51:19PM CET:
> Den 2011-01-09 11:41 skrev Ralf Wildenhues:
> > @@ -384,7 +385,7 @@ sub reset()
> >
> > =item C<register_suffix_rule ($where, $src, $dest)>
> >
> > -Register a suffix rules defined on C<$where> that transform
> > +Register a suffix rules defined on C<$where> that transforms
> > files ending in C<$src> into files ending in C<$dest>.
> >
> > This upgrades the C<$suffix_rules> variables.
> The new version does not make sense either. At least not to me.
>
> s/a suffix rules/a suffix rule/
Thanks! I'm pushing this to maint in your name.
Cheers,
Ralf
2011-01-09 Peter Rosin <address@hidden>
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 60c48f1..a1bebf2 100644
--- a/lib/Automake/Rule.pm
+++ b/lib/Automake/Rule.pm
@@ -385,7 +385,7 @@ sub reset()
=item C<register_suffix_rule ($where, $src, $dest)>
-Register a suffix rules defined on C<$where> that transforms
+Register a suffix rule defined on C<$where> that transforms
files ending in C<$src> into files ending in C<$dest>.
This upgrades the C<$suffix_rules> variables.