]> granicus.if.org Git - apache/commitdiff
Agreement between example and explanation
authorRich Bowen <rbowen@apache.org>
Tue, 18 Jul 2017 19:44:44 +0000 (19:44 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 18 Jul 2017 19:44:44 +0000 (19:44 +0000)
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

index a130ec429999c7467bf061ef7463e2a13e0595c9..97b433fe7d6b68aa7a9b5fd30804490195fdbbce 100644 (file)
@@ -168,7 +168,7 @@ Require expr %{HTTP_USER_AGENT} != 'BadBot'
     on arbitrary criteria.</p>
 
     <p>For example, if you wish to block access to a resource between 8pm
-    and 6am, you can do this using <module>mod_rewrite</module>.</p>
+    and 7am, you can do this using <module>mod_rewrite</module>.</p>
 
     <highlight language="config">
 RewriteEngine On