From: markt
Date: Wed, 9 Sep 2009 08:12:13 +0000 (+0000)
Subject: Fix typo reported on users list
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d5ba0e1a30c24723c158d48c292c5d9693715827;p=tomcat7.0
Fix typo reported on users list
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@812812 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/virtual-hosting-howto.xml b/webapps/docs/virtual-hosting-howto.xml
index 06be98deb..6ea08a84e 100644
--- a/webapps/docs/virtual-hosting-howto.xml
+++ b/webapps/docs/virtual-hosting-howto.xml
@@ -81,7 +81,7 @@ mkdir $CATALINA_HOME/stimpyapps
$CATALINA_HOME/renapps/foobar.war. Note that the
default or ROOT context for ren would be deployed as
$CATALINA_HOME/renapps/ROOT.war (WAR) or
- $CATALINA_HOME/renapps/ROOR (directory).
+ $CATALINA_HOME/renapps/ROOT (directory).
NOTE: The docBase for a context should never be
the same as the appBase for a host.