You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mr...@apache.org on 2015/01/30 02:57:06 UTC

svn commit: r1655904 - in /httpd/httpd/trunk/docs/manual/mod: mod_deflate.html.en mod_deflate.xml

Author: mrumph
Date: Fri Jan 30 01:57:06 2015
New Revision: 1655904

URL: http://svn.apache.org/r1655904
Log:
Fix typos in mod_deflate doc

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_deflate.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_deflate.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_deflate.html.en?rev=1655904&r1=1655903&r2=1655904&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_deflate.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_deflate.html.en Fri Jan 30 01:57:06 2015
@@ -109,7 +109,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?
         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.
@@ -120,7 +120,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?
       <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/
@@ -202,14 +202,14 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?
     <dl>
     <dt>AddSuffix</dt>
     <dd><p>Append the compression method onto the end of the ETag, causing 
-        compressed and uncompressed representatins to have unique ETags.  
+        compressed and uncompressed representations to have unique ETags.  
         This has been the default since 2.4.0, but prevents serving 
         "HTTP Not Modified" (304) responses to conditional requests for 
         compressed content.</p></dd>
     <dt>NoChange</dt>
     <dd><p>Don't change the ETag on a compressed response. This was the default
         prior to 2.4.0, but does not satisfy the HTTP/1.1 property that all
-        representations of the same resource have unique ETags </p></dd>
+        representations of the same resource have unique ETags. </p></dd>
     <dt>Remove</dt>
     <dd><p>Remove the ETag header from compressed responses. This prevents 
         some conditional requests from being possible, but avoids the 
@@ -272,7 +272,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?
 
     <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 a note for logging. <var>type</var> can be one of:</p>
 
     <dl>
       <dt><code>Input</code></dt>
@@ -352,7 +352,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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml?rev=1655904&r1=1655903&r2=1655904&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml Fri Jan 30 01:57:06 2015
@@ -88,7 +88,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?
         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?
       <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?
 
     <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 a note for logging. <var>type</var> can be one of:</p>
 
     <dl>
       <dt><code>Input</code></dt>
@@ -312,14 +312,14 @@ CustomLog logs/deflate_log deflate
     <dl>
     <dt>AddSuffix</dt>
     <dd><p>Append the compression method onto the end of the ETag, causing 
-        compressed and uncompressed representatins to have unique ETags.  
+        compressed and uncompressed representations to have unique ETags.  
         This has been the default since 2.4.0, but prevents serving 
         "HTTP Not Modified" (304) responses to conditional requests for 
         compressed content.</p></dd>
     <dt>NoChange</dt>
     <dd><p>Don't change the ETag on a compressed response. This was the default
         prior to 2.4.0, but does not satisfy the HTTP/1.1 property that all
-        representations of the same resource have unique ETags </p></dd>
+        representations of the same resource have unique ETags. </p></dd>
     <dt>Remove</dt>
     <dd><p>Remove the ETag header from compressed responses. This prevents 
         some conditional requests from being possible, but avoids the 
@@ -359,7 +359,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>