Author: kkolinko
Date: Mon Dec 28 00:09:56 2015
New Revision: 1721860

URL: http://svn.apache.org/viewvc?rev=1721860&view=rev
Log:
Correct a pair of typos in documentation (reviewing r1720815/r1720816/r1720817)

Modified:
    tomcat/trunk/webapps/docs/manager-howto.xml

Modified: tomcat/trunk/webapps/docs/manager-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=1721860&r1=1721859&r2=1721860&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/manager-howto.xml Mon Dec 28 00:09:56 2015
@@ -263,7 +263,7 @@ the host and port appropriately for your
 <li><strong>version</strong> - The version of this web application as used by
     the <a href="config/context.html">parallel deployment</a> feature. If you
     use parallel deployment wherever a path is required you must specify a
-    version in addition to the path and it is the combinationn of path and
+    version in addition to the path and it is the combination of path and
     version that must be unique rather than just the path.</li>
 <li><strong>war</strong> - URL of a web application archive (WAR) file, or
     pathname of a directory which contains the web application, or a
@@ -313,7 +313,7 @@ version of the messages.</p>
 
 <p>Upload the web application archive (WAR) file that is specified as the
 request data in this HTTP PUT request, install it into the <code>appBase</code>
-directory of our corresponding virtual host, and start , deriving the name for
+directory of our corresponding virtual host, and start, deriving the name for
 the WAR file added to the <code>appBase</code> from the specified path. The
 application can later be undeployed (and the corresponding WAR file removed) by
 use of the <code>/undeploy</code> command.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to