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 59 60 61 62 63 64 65 66
|
Description: fix some spelling mistakes
Origin: vendor
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=69642
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-04-01
--- a/ASP.pm
+++ b/ASP.pm
@@ -6549,7 +6549,7 @@
+ New RequestBinaryRead configuration created, may be turned off
to prevent $Request object from reading POST data
- ++ mod_perl 2 optmizations, there was a large code impact on this,
+ ++ mod_perl 2 optimizations, there was a large code impact on this,
as much code was restructured to reduce the differences between
mod_perl 1 and mod_perl 2, most importantly, Apache::compat is
no longer used
@@ -7446,7 +7446,7 @@
+Net::SMTP debugging not enabled by Debug 1,2,3 configs,
not only when system debugging is set with Debug -1,-2,-3
However, a Debug param passed to $Server->Mail() will
- sucessfully override the Debug -1,-2,-3 setting even
+ successfully override the Debug -1,-2,-3 setting even
when its Debug => 0
-Check for undef values during stats for inline includes
--- a/README
+++ b/README
@@ -3956,7 +3956,7 @@
+ New RequestBinaryRead configuration created, may be turned off
to prevent $Request object from reading POST data
- ++ mod_perl 2 optmizations, there was a large code impact on this,
+ ++ mod_perl 2 optimizations, there was a large code impact on this,
as much code was restructured to reduce the differences between
mod_perl 1 and mod_perl 2, most importantly, Apache::compat is
no longer used
@@ -4836,7 +4836,7 @@
+Net::SMTP debugging not enabled by Debug 1,2,3 configs,
not only when system debugging is set with Debug -1,-2,-3
However, a Debug param passed to $Server->Mail() will
- sucessfully override the Debug -1,-2,-3 setting even
+ successfully override the Debug -1,-2,-3 setting even
when its Debug => 0
-Check for undef values during stats for inline includes
--- a/site/changes.html
+++ b/site/changes.html
@@ -759,7 +759,7 @@
+ New RequestBinaryRead configuration created, may be turned off
to prevent $Request object from reading POST data
- ++ mod_perl 2 optmizations, there was a large code impact on this,
+ ++ mod_perl 2 optimizations, there was a large code impact on this,
as much code was restructured to reduce the differences between
mod_perl 1 and mod_perl 2, most importantly, Apache::compat is
no longer used
@@ -1707,7 +1707,7 @@
+Net::SMTP debugging not enabled by Debug 1,2,3 configs,
not only when system debugging is set with Debug -1,-2,-3
However, a Debug param passed to $Server->Mail() will
- sucessfully override the Debug -1,-2,-3 setting even
+ successfully override the Debug -1,-2,-3 setting even
when its Debug => 0
-Check for undef values during stats for inline includes
|