summaryrefslogtreecommitdiff
path: root/docs/manual/vhosts/details.xml
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2010-12-29 16:18:54 +0000
committerLucien Gentis <lgentis@apache.org>2010-12-29 16:18:54 +0000
commit60bad7a0683f28d67be32deb1acfc7c3000afda0 (patch)
treebc1d9dcd5a1647b1f2782fd4a1ff14ba8d02e375 /docs/manual/vhosts/details.xml
parent404e8b8ec7e3fc75f770a35ced4d6017c50639fb (diff)
downloadhttpd-60bad7a0683f28d67be32deb1acfc7c3000afda0.tar.gz
Typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts/details.xml')
-rw-r--r--docs/manual/vhosts/details.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml
index 8fc83fd933..4036af603b 100644
--- a/docs/manual/vhosts/details.xml
+++ b/docs/manual/vhosts/details.xml
@@ -185,7 +185,7 @@
<section id="ipbased"><title>IP-based vhost</title>
<p>If there is exactly one <code>VirtualHost</code> directive
- listing the IP address and port combibation that was determined
+ listing the IP address and port combination that was determined
to be the best match, no further actions are performed and
the request is served from the matching vhost.</p>
@@ -193,7 +193,7 @@
<section id="namebased"><title>Name-based vhost</title>
- <p>If there are multiple <code>VirtalHost</code> directives listing
+ <p>If there are multiple <code>VirtualHost</code> directives listing
the IP address and port combination that was determined to be the
best match, the "list" in the remaining steps refers to the list of vhosts
that matched, in the order they were in the configuration file.</p>