File: fix-spelling-error-in-manpage.patch

package info (click to toggle)
libauthen-simple-ldap-perl 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: perl: 1,438; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: fix typos found by lintian
Author: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=76709

--- 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