From: Jacob Champion
Date: Wed, 8 Feb 2017 20:31:37 +0000 (+0000)
Subject: docs: fix typo in setenvif page
X-Git-Tag: 2.5.0-alpha~681
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f92f6633bc9463c590d85d681764ab2b3832189b;p=thirdparty%2Fapache%2Fhttpd.git
docs: fix typo in setenvif page
As pointed out by Mark Brooks in the site comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1782252 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en
index a12c975b600..351c140f6f0 100644
--- a/docs/manual/mod/mod_setenvif.html.en
+++ b/docs/manual/mod/mod_setenvif.html.en
@@ -153,8 +153,8 @@ SetEnvIfNoCase User-Agent Robot is_a_robot
The SetEnvIf
directive defines
environment variables based on attributes of the request. The
- attribute specified in the first argument can be one of four
- things:
+ attribute specified in the first argument can be one of the
+ following things:
- An HTTP request header field (see RFC2616
diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml
index 0bed37576ef..626c4cfc3d9 100644
--- a/docs/manual/mod/mod_setenvif.xml
+++ b/docs/manual/mod/mod_setenvif.xml
@@ -144,8 +144,8 @@ SetEnvIfNoCase User-Agent Robot is_a_robot
The SetEnvIf directive defines
environment variables based on attributes of the request. The
- attribute specified in the first argument can be one of four
- things:
+ attribute specified in the first argument can be one of the
+ following things:
- An HTTP request header field (see