From: Mike Rumph
Date: Fri, 30 Jan 2015 02:59:59 +0000 (+0000)
Subject: Fix typos in mod_deflate doc
X-Git-Tag: 2.2.30~187
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03f1851691ae38e0742c059104a9b8a8081dd35f;p=thirdparty%2Fapache%2Fhttpd.git
Fix typos in mod_deflate doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1655923 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en
index bfe9535f06c..4a3822f48e7 100644
--- a/docs/manual/mod/mod_deflate.html.en
+++ b/docs/manual/mod/mod_deflate.html.en
@@ -140,7 +140,7 @@ client
filters like PHP or SSI. It never touches internal subrequests.
Note
- There is a environment variable
force-gzip
,
+ There is an environment variable
force-gzip
,
set via
SetEnv
, which
will ignore the accept-encoding setting of your browser and will
send compressed output.
@@ -151,7 +151,7 @@ client
The mod_deflate
module also provides a filter for
inflating/uncompressing a gzip compressed response body. In order to activate
this feature you have to insert the INFLATE
filter into
- the outputfilter chain using SetOutputFilter
or AddOutputFilter
, for example:
+ the output filter chain using
SetOutputFilter
or
AddOutputFilter
, for example:
<Location /dav-area>
@@ -284,7 +284,7 @@ client
If you want to extract more accurate values from your logs, you
can use the type argument to specify the type of data
- left as note for logging. type can be one of:
+ left as a note for logging. type can be one of:
Input
@@ -346,7 +346,7 @@ client
The DeflateInflateRatioBurst
directive
specifies the maximum number of times the
- DeflateInflateRatioLimit
cab be crossed before
+ DeflateInflateRatioLimit
can be crossed before
terminating the request.
@@ -365,7 +365,7 @@ client
specifies the maximum ratio of deflated to inflated size of an
inflated request body. This ratio is checked as the body is
streamed in, and if crossed more than
-
DeflateInflateRatioBurst
times the request
+
DeflateInflateRatioBurst
times, the request
will be terminated.
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index bfbd48cb571..4585ace78e5 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -121,7 +121,7 @@ client
filters like PHP or SSI. It never touches internal subrequests.
Note
- There is a environment variable force-gzip
,
+ There is an environment variable force-gzip
,
set via SetEnv, which
will ignore the accept-encoding setting of your browser and will
send compressed output.
@@ -132,7 +132,7 @@ client
The mod_deflate module also provides a filter for
inflating/uncompressing a gzip compressed response body. In order to activate
this feature you have to insert the INFLATE
filter into
- the outputfilter chain using SetOutputFilter or AddOutputFilter, for example:
@@ -238,7 +238,7 @@ client
If you want to extract more accurate values from your logs, you
can use the type argument to specify the type of data
- left as note for logging. type can be one of:
+ left as a note for logging. type can be one of:
Input
@@ -363,7 +363,7 @@ client
specifies the maximum ratio of deflated to inflated size of an
inflated request body. This ratio is checked as the body is
streamed in, and if crossed more than
- DeflateInflateRatioBurst times the request
+ DeflateInflateRatioBurst times, the request
will be terminated.
@@ -381,7 +381,7 @@ client
The DeflateInflateRatioBurst directive
specifies the maximum number of times the
- DeflateInflateRatioLimit cab be crossed before
+ DeflateInflateRatioLimit can be crossed before
terminating the request.