]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix another typo in Rule.pm comment.
authorDave Hart <davehart@gmail.com>
Sun, 9 Jan 2011 18:05:07 +0000 (19:05 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 11 Jan 2011 06:49:05 +0000 (07:49 +0100)
* lib/Automake/Rule.pm: Fix typo.

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

index 1ec0355f23b583ea9ad563cb86bf232c8a08d4fc..df801388770cd1db6605bcc1598b15f2e78bc043 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-09  Dave Hart  <davehart@gmail.com>  (tiny change)
+
+       Fix another typo in Rule.pm comment.
+       * lib/Automake/Rule.pm: Fix typo.
+
 2011-01-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Improve, extend and tweak tests on Texinfo support.
index a1bebf29ab629b568744066e0fc2c6cd3177af59..3184b24d2c211bf35302ed291b41ec4e875e11c0 100644 (file)
@@ -307,7 +307,7 @@ sub register_action ($$)
 
 =item C<Automake::Rule::reset>
 
-The I<forget all> function.  Clears all know rules and resets some
+The I<forget all> function.  Clears all known rules and resets some
 other internal data.
 
 =cut