Author: kkolinko
Date: Mon May 24 22:19:23 2010
New Revision: 947837

URL: http://svn.apache.org/viewvc?rev=947837&view=rev
Log:
Correct a typo

Modified:
    tomcat/trunk/bin/catalina.bat
    tomcat/trunk/bin/catalina.sh

Modified: tomcat/trunk/bin/catalina.bat
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.bat?rev=947837&r1=947836&r2=947837&view=diff
==============================================================================
--- tomcat/trunk/bin/catalina.bat (original)
+++ tomcat/trunk/bin/catalina.bat Mon May 24 22:19:23 2010
@@ -42,7 +42,7 @@ rem
 rem   JAVA_OPTS       (Optional) Java runtime options used when the "start",
 rem                   "stop", or "run" command is executed.
 rem
-rem   JAVA_ENDORSED_DIRS (Optional) Lists of of semi-comma separated 
directories
+rem   JAVA_ENDORSED_DIRS (Optional) Lists of of semi-colon separated 
directories
 rem                   containing some jars in order to allow replacement of 
APIs 
 rem                   created outside of the JCP (i.e. DOM and SAX from W3C). 
 rem                   It can also be used to update the XML parser 
implementation.

Modified: tomcat/trunk/bin/catalina.sh
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.sh?rev=947837&r1=947836&r2=947837&view=diff
==============================================================================
--- tomcat/trunk/bin/catalina.sh (original)
+++ tomcat/trunk/bin/catalina.sh Mon May 24 22:19:23 2010
@@ -46,7 +46,7 @@
 #   JAVA_OPTS       (Optional) Java runtime options used when the "start",
 #                   "stop", or "run" command is executed.
 #
-#   JAVA_ENDORSED_DIRS (Optional) Lists of of semi-comma separated directories
+#   JAVA_ENDORSED_DIRS (Optional) Lists of of colon separated directories
 #                   containing some jars in order to allow replacement of APIs 
 #                   created outside of the JCP (i.e. DOM and SAX from W3C). 
 #                   It can also be used to update the XML parser 
implementation.



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

Reply via email to