From f92f6633bc9463c590d85d681764ab2b3832189b Mon Sep 17 00:00:00 2001
From: Jacob Champion
Date: Wed, 8 Feb 2017 20:31:37 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_setenvif.html.en | 4 ++--
docs/manual/mod/mod_setenvif.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en
index a12c975b60..351c140f6f 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 0bed37576e..626c4cfc3d 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