1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Fix spelling error in manpage
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=60101
Forwarded: yes
Author: Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
Reviewed-by: Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
Last-Update: 2010-08-05
--- a/lib/Makefile/AST.pm
+++ b/lib/Makefile/AST.pm
@@ -819,7 +819,7 @@
=head1 LIMITATIONS AND TODO
-Adding support for other flavors' makes into this AST libary should make a huge amount of sense. The most interesting candiate is Microsoft's NMAKE.
+Adding support for other flavors' makes into this AST library should make a huge amount of sense. The most interesting candiate is Microsoft's NMAKE.
=head1 SVN REPOSITORY
|