From: markt Date: Tue, 30 Nov 2010 14:47:34 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50383 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7d4abaf4d8d42083aa7584819a48682c0227b6f7;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50383 Comment typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1040546 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/bin/catalina.bat b/bin/catalina.bat index e6175c152..c9d0c6d11 100755 --- a/bin/catalina.bat +++ b/bin/catalina.bat @@ -18,7 +18,7 @@ if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Start/Stop Script for the CATALINA Server rem -rem Environment Variable Prequisites +rem Environment Variable Prerequisites rem rem CATALINA_HOME May point at your Catalina "build" directory. rem diff --git a/bin/catalina.sh b/bin/catalina.sh index a1b0cb8c9..0bfd6c27b 100755 --- a/bin/catalina.sh +++ b/bin/catalina.sh @@ -18,7 +18,7 @@ # ----------------------------------------------------------------------------- # Start/Stop Script for the CATALINA Server # -# Environment Variable Prequisites +# Environment Variable Prerequisites # # CATALINA_HOME May point at your Catalina "build" directory. # @@ -71,7 +71,8 @@ # address=$JPDA_ADDRESS,server=y,suspend=$JPDA_SUSPEND # # CATALINA_PID (Optional) Path of the file which should contains the pid -# of catalina startup java process, when start (fork) is used +# of the catalina startup java process, when start (fork) is +# used # # LOGGING_CONFIG (Optional) Override Tomcat's logging config file # Example (all one line)