Subject: | typos in pod |
Hi,
while working on packaging version 0.3 of Authen-Simple-LDAP for Debian,
our QA tools drew my attention to a typo in POD, and I'd like to forward
the patch for inclusion upstream whenever convenient:
--- a/lib/Authen/Simple/ActiveDirectory.pm
+++ b/lib/Authen/Simple/ActiveDirectory.pm
@@ -135,7 +135,7 @@
=item * port
-Connection port, default to 389. May be overriden by host if host is a
URI.
+Connection port, default to 389. May be overridden by host if host is a
URI.
port => 389
--- a/lib/Authen/Simple/LDAP.pm
+++ b/lib/Authen/Simple/LDAP.pm
@@ -212,7 +212,7 @@
=item * port
-Connection port, default to C<389>. May be overriden by host if host is
a URI.
+Connection port, default to C<389>. May be overridden by host if host
is a URI.
port => 389
Florian