diff options
author | Vincent Bray <noodl@apache.org> | 2007-09-30 15:02:17 +0000 |
---|---|---|
committer | Vincent Bray <noodl@apache.org> | 2007-09-30 15:02:17 +0000 |
commit | bc63c053d06ce62e1aeaf75452a0728c0b5a214c (patch) | |
tree | d5b0f57aceead6695c30d5f0965e20668e991e6d /docs/manual/env.xml | |
parent | 7cb6072ca182dc0b50cccd0d23252d9bca6d034f (diff) | |
download | httpd-bc63c053d06ce62e1aeaf75452a0728c0b5a214c.tar.gz |
Minor grammar fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580734 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/env.xml')
-rw-r--r-- | docs/manual/env.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/env.xml b/docs/manual/env.xml index 79a38c5817..a57a6562b8 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -301,7 +301,7 @@ <p>When set to a value of "1", this variable disables the DEFLATE output filter provided by <module>mod_deflate</module> for content-types other than <code>text/html</code>. If you'd rather - use statically compressed files; <module>mod_negotiation</module> + use statically compressed files, <module>mod_negotiation</module> evaluates the variable as well (not only for gzip, but for all encodings that differ from "identity").</p> </section> |