Fix another typo in Rule.pm comment.
authorPeter Rosin <peda@lysator.liu.se>
Sun, 9 Jan 2011 17:54:36 +0000 (18:54 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 9 Jan 2011 17:55:21 +0000 (18:55 +0100)
* lib/Automake/Rule.pm: Fix typo.
Report by Peter Rosin.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/Automake/Rule.pm

index b59819f..4bc6e20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-09  Peter Rosin  <peda@lysator.liu.se>
+
+       Fix another typo in Rule.pm comment.
+       * lib/Automake/Rule.pm: Fix typo.
+
 2011-01-09   Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        cosmetics: remove trailing whitespaces
index 60c48f1..a1bebf2 100644 (file)
@@ -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.