Subject: | Spelling error in pod |
Hi,
there is a little error in POD :
--- libhtml-tableparser-perl-0.38.orig/lib/HTML/TableParser.pm
+++ libhtml-tableparser-perl-0.38/lib/HTML/TableParser.pm
@@ -628,7 +628,7 @@ i.e.,
$p = HTML::TableParser->new( \@reqs, { Chomp => 1 } );
-will set B<Chomp> on for all of the table requests, unless overriden
+will set B<Chomp> on for all of the table requests, unless overridden
by them. The data cleanup operations are documented above; C<MultiMatch>
is documented in L</Table Requests>.