From: Vincent Bray Date: Sun, 30 Sep 2007 15:02:17 +0000 (+0000) Subject: Minor grammar fix X-Git-Tag: 2.3.0~1370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc63c053d06ce62e1aeaf75452a0728c0b5a214c;p=thirdparty%2Fapache%2Fhttpd.git Minor grammar fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580734 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 20d8228d467..15c35b38b5b 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -261,7 +261,7 @@

When set to a value of "1", this variable disables the DEFLATE output filter provided by mod_deflate for content-types other than text/html. If you'd rather - use statically compressed files; mod_negotiation + use statically compressed files, mod_negotiation evaluates the variable as well (not only for gzip, but for all encodings that differ from "identity").

diff --git a/docs/manual/env.xml b/docs/manual/env.xml index 79a38c58170..a57a6562b88 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -301,7 +301,7 @@

When set to a value of "1", this variable disables the DEFLATE output filter provided by mod_deflate for content-types other than text/html. If you'd rather - use statically compressed files; mod_negotiation + use statically compressed files, mod_negotiation evaluates the variable as well (not only for gzip, but for all encodings that differ from "identity").