File: pod.patch

package info (click to toggle)
libcgi-application-plugin-authorization-perl 0.07-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 368 kB
  • ctags: 103
  • sloc: perl: 1,237; sh: 29; makefile: 2
file content (58 lines) | stat: -rw-r--r-- 1,999 bytes parent folder | download | duplicates (2)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Subject: Spelling mistakes
Bug: https://rt.cpan.org/Ticket/Display.html?id=60917
Forwared: https://rt.cpan.org/Ticket/Display.html?id=60917 (not the latest version)
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-07-22

--- a/lib/CGI/Application/Plugin/Authorization.pm
+++ b/lib/CGI/Application/Plugin/Authorization.pm
@@ -854,7 +854,7 @@
 
 =head1 TODO
 
-The module is definately in a usable state, but there are still some parts
+The module is definitely in a usable state, but there are still some parts
 missing that I would like to add in:
 
 =over 4
--- a/lib/CGI/Application/Plugin/Authorization/Driver.pm
+++ b/lib/CGI/Application/Plugin/Authorization/Driver.pm
@@ -108,7 +108,7 @@
 =head2 authz
 
 This will return the underlying L<CGI::Application::Plugin::Authorization> object.  In most cases it will
-not be necesary to access this.
+not be necessary to access this.
 
 =cut
 
--- a/lib/CGI/Application/Plugin/Authorization/Driver/DBI.pm
+++ b/lib/CGI/Application/Plugin/Authorization/Driver/DBI.pm
@@ -36,7 +36,7 @@
 This Authorization driver uses the DBI module to allow you to gather
 authorization information from any database for which there is a DBD module.
 You can either provide an active database handle, or provide the parameters
-necesary to connect to the database.
+necessary to connect to the database.
 
 =head2 DBH
 
@@ -59,7 +59,7 @@
 
 =back
 
-Following is a description of all the avaliable parameters:
+Following is a description of all the available parameters:
 
 =head2 TABLE(S)
 
@@ -116,7 +116,7 @@
 =head2 SQL
 
 If you need to perform a complex query that can not be defined by the above
-syntax, then you can provide your own SQL statment where the first placeholder
+syntax, then you can provide your own SQL statement where the first placeholder
 is used to fill in the username, and the rest of the placeholders are filled in
 using the parameters passed to the authorize method.