Language tweaks
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 28 Mar 2010 12:28:54 +0000 (12:28 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 28 Mar 2010 12:28:54 +0000 (12:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@928388 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/host.xml

index 094225d..57d93be 100644 (file)
         </li>
     <li>Finally, any sub-directory within the Host's <code>appBase</code> that
         has not already been deployed as a result of a context XML descriptor
-        will be deployed next. The context path used will be a slash character
+        will be deployed. The context path used will be a slash character
         ("/") followed by the directory name, unless the directory name is ROOT,
         in which case the context path will <code>/</code>. Multi-level contexts
         may be defined by using #, e.g. use a directory named
 
     <p>Finally, note that if you are defining contexts explicitly in server.xml,
     you should probably turn off automatic application deployment.  Otherwise,
-    the web applications will each be deployed twice each, and that may cause
+    the web applications will each be deployed twice, and that may cause
     problems for the applications.
     </p>