From: Dave Hart Date: Sun, 9 Jan 2011 18:05:07 +0000 (+0100) Subject: Fix another typo in Rule.pm comment. X-Git-Tag: v1.11.1b~37^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36bd45346b317c5cc45ae9f35b710d206ffa05c0;p=thirdparty%2Fautomake.git Fix another typo in Rule.pm comment. * lib/Automake/Rule.pm: Fix typo. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 1ec0355f2..df8013887 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-09 Dave Hart (tiny change) + + Fix another typo in Rule.pm comment. + * lib/Automake/Rule.pm: Fix typo. + 2011-01-11 Stefano Lattarini Improve, extend and tweak tests on Texinfo support. diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm index a1bebf29a..3184b24d2 100644 --- a/lib/Automake/Rule.pm +++ b/lib/Automake/Rule.pm @@ -307,7 +307,7 @@ sub register_action ($$) =item C -The I function. Clears all know rules and resets some +The I function. Clears all known rules and resets some other internal data. =cut