]> granicus.if.org Git - apache/commitdiff
Fix typos in mod_deflate doc
authorMike Rumph <mrumph@apache.org>
Fri, 30 Jan 2015 02:18:09 +0000 (02:18 +0000)
committerMike Rumph <mrumph@apache.org>
Fri, 30 Jan 2015 02:18:09 +0000 (02:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1655907 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_deflate.html.en
docs/manual/mod/mod_deflate.xml

index 76cdaf4fa52fd5fddc31d901483e6007d57d0f7d..8b7ca19e3ab079bce19f356c36476ccd59134889 100644 (file)
@@ -108,7 +108,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip</pre>
         filters like PHP or SSI. It never touches internal subrequests.
       </div>
       <div class="note"><h3>Note</h3>
-        There is a environment variable <code>force-gzip</code>,
+        There is an environment variable <code>force-gzip</code>,
         set via <code class="directive"><a href="../mod/mod_env.html#setenv">SetEnv</a></code>, which
         will ignore the accept-encoding setting of your browser and will
         send compressed output.
@@ -119,7 +119,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip</pre>
       <p>The <code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code> module also provides a filter for
       inflating/uncompressing a gzip compressed response body. In order to activate
       this feature you have to insert the <code>INFLATE</code> filter into
-      the outputfilter chain using <code class="directive"><a href="../mod/core.html#setoutputfilter">SetOutputFilter</a></code> or <code class="directive"><a href="../mod/mod_mime.html#addoutputfilter">AddOutputFilter</a></code>, for example:</p>
+      the output filter chain using <code class="directive"><a href="../mod/core.html#setoutputfilter">SetOutputFilter</a></code> or <code class="directive"><a href="../mod/mod_mime.html#addoutputfilter">AddOutputFilter</a></code>, for example:</p>
 
       <pre class="prettyprint lang-config">&lt;Location /dav-area&gt;
     ProxyPass http://example.com/
@@ -241,7 +241,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip</pre>
 
     <p>If you want to extract more accurate values from your logs, you
     can use the <var>type</var> argument to specify the type of data
-    left as note for logging. <var>type</var> can be one of:</p>
+    left as note for logging. <var>type</var> can be one of:</p>
 
     <dl>
       <dt><code>Input</code></dt>
@@ -302,7 +302,7 @@ CustomLog logs/deflate_log deflate</pre>
 </table>
     <p>The <code class="directive">DeflateInflateRatioBurst</code> directive 
        specifies the maximum number of times the 
-       <code class="directive">DeflateInflateRatioLimit</code> cab be crossed before 
+       <code class="directive">DeflateInflateRatioLimit</code> can be crossed before 
        terminating the request.</p>
 
 </div>
@@ -321,7 +321,7 @@ CustomLog logs/deflate_log deflate</pre>
         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 
-        <code class="directive">DeflateInflateRatioBurst</code> times the request
+        <code class="directive">DeflateInflateRatioBurst</code> times, the request
         will be terminated.</p>
 
 </div>
index 28fb5e2366b543fbe8aaff467fc4eeac9368ea05..c654db83889ae1d58caa973fa6cec0b41565cac9 100644 (file)
@@ -88,7 +88,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
         filters like PHP or SSI. It never touches internal subrequests.
       </note>
       <note><title>Note</title>
-        There is a environment variable <code>force-gzip</code>,
+        There is an environment variable <code>force-gzip</code>,
         set via <directive module="mod_env">SetEnv</directive>, which
         will ignore the accept-encoding setting of your browser and will
         send compressed output.
@@ -99,7 +99,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
       <p>The <module>mod_deflate</module> module also provides a filter for
       inflating/uncompressing a gzip compressed response body. In order to activate
       this feature you have to insert the <code>INFLATE</code> filter into
-      the outputfilter chain using <directive module="core"
+      the output filter chain using <directive module="core"
       >SetOutputFilter</directive> or <directive module="mod_mime"
       >AddOutputFilter</directive>, for example:</p>
 
@@ -204,7 +204,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
 
     <p>If you want to extract more accurate values from your logs, you
     can use the <var>type</var> argument to specify the type of data
-    left as note for logging. <var>type</var> can be one of:</p>
+    left as note for logging. <var>type</var> can be one of:</p>
 
     <dl>
       <dt><code>Input</code></dt>
@@ -329,7 +329,7 @@ CustomLog logs/deflate_log deflate
         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 
-        <directive>DeflateInflateRatioBurst</directive> times the request
+        <directive>DeflateInflateRatioBurst</directive> times, the request
         will be terminated.</p>
 </usage>
 </directivesynopsis>
@@ -347,7 +347,7 @@ CustomLog logs/deflate_log deflate
 <usage>
     <p>The <directive>DeflateInflateRatioBurst</directive> directive 
        specifies the maximum number of times the 
-       <directive>DeflateInflateRatioLimit</directive> cab be crossed before 
+       <directive>DeflateInflateRatioLimit</directive> can be crossed before 
        terminating the request.</p>
 </usage>
 </directivesynopsis>