1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: fix typo in POD
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125847
--- a/Schema.pm
+++ b/Schema.pm
@@ -43,7 +43,7 @@
L<XML::Filter::ExceptionLocator|XML::Filter::ExceptionLocator> and use
L<XML::SAX::ExpatXS|XML::SAX::ExpatXS> as your SAX parser. This
module is much more useful if you can tell where your errors are, so
-using these modules is highly recommeded!
+using these modules is highly recommended!
=head1 INTERFACE
|