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