diff options
author | Mike Rumph <mrumph@apache.org> | 2015-01-30 03:33:55 +0100 |
---|---|---|
committer | Mike Rumph <mrumph@apache.org> | 2015-01-30 03:33:55 +0100 |
commit | 37c3e78ceda94b116204a16dcb4e373905afd1c7 (patch) | |
tree | 0365c22354170fb76c7c698db9b34a6f3eb4fb63 /docs | |
parent | Generated doc changes (diff) | |
download | apache2-37c3e78ceda94b116204a16dcb4e373905afd1c7.tar.xz apache2-37c3e78ceda94b116204a16dcb4e373905afd1c7.zip |
Fix typo in mod_deflate doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1655917 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_deflate.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_deflate.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en index 40479a6a2b..8123faaa40 100644 --- a/docs/manual/mod/mod_deflate.html.en +++ b/docs/manual/mod/mod_deflate.html.en @@ -333,7 +333,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> diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index 53bec2b595..afa4ca33ef 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -377,7 +377,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> |