From: kkolinko Date: Mon, 24 May 2010 22:19:23 +0000 (+0000) Subject: Correct a typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=25d24a343104f27992713a060c5dae246663607a;p=tomcat7.0 Correct a typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@947837 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/bin/catalina.bat b/bin/catalina.bat index f490ca333..e6175c152 100755 --- a/bin/catalina.bat +++ b/bin/catalina.bat @@ -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. diff --git a/bin/catalina.sh b/bin/catalina.sh index 047bffcad..811a9e520 100755 --- a/bin/catalina.sh +++ b/bin/catalina.sh @@ -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.