From: Peter Rosin Date: Sun, 9 Jan 2011 17:54:36 +0000 (+0100) Subject: Fix another typo in Rule.pm comment. X-Git-Tag: v1.11.1b~37^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece3872f817855afd265b3a2187116b253439de0;p=thirdparty%2Fautomake.git Fix another typo in Rule.pm comment. * lib/Automake/Rule.pm: Fix typo. Report by Peter Rosin. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index b59819f8f..4bc6e207f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-09 Peter Rosin + + Fix another typo in Rule.pm comment. + * lib/Automake/Rule.pm: Fix typo. + 2011-01-09 Stefano Lattarini cosmetics: remove trailing whitespaces 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 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.