Commit de46209a authored by Mike Rumph's avatar Mike Rumph
Browse files

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
parent 26422750
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ client</td></tr>
        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.
@@ -284,7 +284,7 @@ client</td></tr>

    <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>
@@ -346,7 +346,7 @@ client</td></tr>
</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>
@@ -365,7 +365,7 @@ client</td></tr>
        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>
+5 −5
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ client</description>
        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.
@@ -238,7 +238,7 @@ client</description>

    <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>
@@ -363,7 +363,7 @@ client</description>
        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>
@@ -381,7 +381,7 @@ client</description>
<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>