Fix typo reported on users list
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 9 Sep 2009 08:12:13 +0000 (08:12 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 9 Sep 2009 08:12:13 +0000 (08:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@812812 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/virtual-hosting-howto.xml

index 06be98d..6ea08a8 100644 (file)
@@ -81,7 +81,7 @@ mkdir $CATALINA_HOME/stimpyapps
        <code>$CATALINA_HOME/renapps/foobar.war</code>. Note that the
        default or ROOT context for <code>ren</code> would be deployed as
        <code>$CATALINA_HOME/renapps/ROOT.war</code> (WAR) or
-       <code>$CATALINA_HOME/renapps/ROOR</code> (directory).
+       <code>$CATALINA_HOME/renapps/ROOT</code> (directory).
       </p>
       <p><strong>NOTE: The <code>docBase</code> for a context should never be
         the same as the <code>appBase</code> for a host.</strong>