]> granicus.if.org Git - apache/commitdiff
Fix a missing whitespace in an example
authorDaniel Gruno <humbedooh@apache.org>
Sun, 13 May 2012 13:21:01 +0000 (13:21 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 13 May 2012 13:21:01 +0000 (13:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337873 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/access.xml

index 20aa043bb6409bacc7541a992409860a26440e59..3920db755d032a444a31b1883fac938863c728ab 100644 (file)
@@ -112,7 +112,7 @@ Require ip ip.address
 
     <highlight language="config">
 Require not ip 192.168.205
-Require not host phishers.example.commoreidiots.example
+Require not host phishers.example.com moreidiots.example
 Require not gov
     </highlight>