]> granicus.if.org Git - apache/commitdiff
whitespace tweaks
authorJeff Trawick <trawick@apache.org>
Mon, 19 Aug 2013 13:56:20 +0000 (13:56 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 19 Aug 2013 13:56:20 +0000 (13:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1515421 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/name-based.xml

index c35c2b9ce1c0cf382851eef3d080611d51afe832..f8a5bc7a1948800af5b6800322c946e70ef407c9 100644 (file)
@@ -71,9 +71,9 @@
     <p>When a request arrives, the server will find the best (most specific) matching
     <directive type="section" module="core">VirtualHost</directive> argument based on
     the IP address and port used by the request.  If there is more than one virtual host
-    containing this best-match address and port combination,  Apache will further
+    containing this best-match address and port combination, Apache will further
     compare the <directive module="core" >ServerName</directive> and <directive
-    module="core">ServerAlias</directive>  directives to the server name
+    module="core">ServerAlias</directive> directives to the server name
     present in the request.</p>
 
     <section id="defaultvhost"><title>The default name-based vhost for an IP and port combination </title>