summaryrefslogtreecommitdiff
path: root/lib/Automake/Rule.pm
diff options
context:
space:
mode:
authorPeter Rosin <peda@lysator.liu.se>2011-01-09 18:54:36 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-01-09 18:55:21 +0100
commitece3872f817855afd265b3a2187116b253439de0 (patch)
tree22f4406e90f5407e6aa9ea7e563f838a8aafea42 /lib/Automake/Rule.pm
parentbb528a71d97ba1b529c314e391253c3b6e2be078 (diff)
downloadautomake-ece3872f817855afd265b3a2187116b253439de0.tar.gz
Fix another typo in Rule.pm comment.
* lib/Automake/Rule.pm: Fix typo. Report by Peter Rosin. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'lib/Automake/Rule.pm')
-rw-r--r--lib/Automake/Rule.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm
index 60c48f1d5..a1bebf29a 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.