File: spelling.patch

package info (click to toggle)
libhttp-proxy-perl 0.304-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 648 kB
  • ctags: 149
  • sloc: perl: 2,575; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 811 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
27
28
29
Description: fix typos
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-07-16
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116217
Bug: https://rt.cpan.org/Ticket/Display.html?id=116217

--- a/lib/HTTP/Proxy/BodyFilter/simple.pm
+++ b/lib/HTTP/Proxy/BodyFilter/simple.pm
@@ -127,7 +127,7 @@
 
 =item init()
 
-Initalise the filter instance with the code references passed to the
+Initialise the filter instance with the code references passed to the
 constructor.
 
 =item can()
--- a/lib/HTTP/Proxy/HeaderFilter/simple.pm
+++ b/lib/HTTP/Proxy/HeaderFilter/simple.pm
@@ -103,7 +103,7 @@
 
 =item init()
 
-Initalise the filter instance with the code references passed to the
+Initialise the filter instance with the code references passed to the
 constructor.
 
 =item can()