From 7d4abaf4d8d42083aa7584819a48682c0227b6f7 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 30 Nov 2010 14:47:34 +0000 Subject: [PATCH] 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 --- bin/catalina.bat | 2 +- bin/catalina.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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) -- 2.11.0