From bc63c053d06ce62e1aeaf75452a0728c0b5a214c Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Sun, 30 Sep 2007 15:02:17 +0000 Subject: [PATCH] Minor grammar fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580734 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/env.html.en | 2 +- docs/manual/env.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 20d8228d46..15c35b38b5 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 79a38c5817..a57a6562b8 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").

-- 2.40.0