File: spelling.patch

package info (click to toggle)
libapache2-authcookie-perl 3.26-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 476 kB
  • ctags: 125
  • sloc: perl: 1,472; sh: 64; makefile: 28
file content (38 lines) | stat: -rw-r--r-- 1,276 bytes parent folder | download
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
Description: fix spelling mistakes
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-10-29
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118545
Bug: https://rt.cpan.org/Ticket/Display.html?id=118545

--- a/lib/Apache/AuthCookie/Params/CGI.pm
+++ b/lib/Apache/AuthCookie/Params/CGI.pm
@@ -188,7 +188,7 @@
 
 =head1 DESCRIPTION
 
-This is a pure perl implmentation of HTTP/CGI parameter processing for Apache::AuthCookie.
+This is a pure perl implementation of HTTP/CGI parameter processing for Apache::AuthCookie.
 
 =head1 METHODS
 
@@ -229,7 +229,7 @@
 
 =head2 params(): Hash::MultiValue
 
-Get the underlying CGI paramters.  This is a merged version of
+Get the underlying CGI parameters.  This is a merged version of
 L<query_params()> and L<body_params()>.
 
 =head2 query_params(): Hash::MultiValue
--- a/lib/Apache2_4/AuthCookie.pm
+++ b/lib/Apache2_4/AuthCookie.pm
@@ -561,7 +561,7 @@
 
 Apache 2.4 radically changed the authenciation and authorization API.  You will
 need to port your AuthCookie subclass over to the Apache 2.4 API.  See the POD
-documenation in L<README.apache-2.4> for more information, but the quick
+documentation in L<README.apache-2.4> for more information, but the quick
 rundown is you need to:
 
 =over 4