From d5ba0e1a30c24723c158d48c292c5d9693715827 Mon Sep 17 00:00:00 2001
From: markt
Date: Wed, 9 Sep 2009 08:12:13 +0000
Subject: [PATCH] Fix typo reported on users list
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@812812 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/virtual-hosting-howto.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.11.0