From ed0fbb9d321d6d5a002674533a4487cb0a9abb73 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Tue, 18 Jul 2017 19:44:44 +0000
Subject: [PATCH] Agreement between example and explanation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1802328 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/howto/access.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/howto/access.xml b/docs/manual/howto/access.xml
index a130ec4299..97b433fe7d 100644
--- a/docs/manual/howto/access.xml
+++ b/docs/manual/howto/access.xml
@@ -168,7 +168,7 @@ Require expr %{HTTP_USER_AGENT} != 'BadBot'
on arbitrary criteria.
For example, if you wish to block access to a resource between 8pm
- and 6am, you can do this using mod_rewrite.
+ and 7am, you can do this using mod_rewrite.
RewriteEngine On
--
2.40.0