File: fix-spelling-errors.patch

package info (click to toggle)
libauthen-simple-passwd-perl 0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 120 kB
  • ctags: 7
  • sloc: perl: 98; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,594 bytes parent folder | download | duplicates (4)
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
27
28
29
30
31
32
Description: Fix spelling errors in POD and README
 Found by Lintian.
Author: Axel Beckert <abe@debian.org>

Index: libauthen-simple-passwd-perl/README
===================================================================
--- libauthen-simple-passwd-perl.orig/README	2014-05-25 03:11:21.175996559 +0200
+++ libauthen-simple-passwd-perl/README	2014-05-25 03:35:41.851934126 +0200
@@ -35,8 +35,8 @@
         valid:
 
         * path  Path to passwd file to authenticate against. Any standard
-                passwd file that has records seperated with newline and
-                fields seperated by ":" is supported. First field is
+                passwd file that has records separated with newline and
+                fields separated by ":" is supported. First field is
                 expected to be username and second field, plain or encrypted
                 password. Required.
 
Index: libauthen-simple-passwd-perl/lib/Authen/Simple/Passwd.pm
===================================================================
--- libauthen-simple-passwd-perl.orig/lib/Authen/Simple/Passwd.pm	2014-05-25 03:11:21.179996503 +0200
+++ libauthen-simple-passwd-perl/lib/Authen/Simple/Passwd.pm	2014-05-25 03:35:41.851934126 +0200
@@ -189,7 +189,7 @@
 =item * path
 
 Path to passwd file to authenticate against. Any standard passwd file that 
-has records seperated with newline and fields seperated by C<:> is supported.
+has records separated with newline and fields separated by C<:> is supported.
 First field is expected to be username and second field, plain or encrypted 
 password. Required.