You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/11/30 16:00:25 UTC

svn commit: r1040555 - in /tomcat/tc6.0.x/trunk/bin: tool-wrapper.bat tool-wrapper.sh

Author: rjung
Date: Tue Nov 30 15:00:25 2010
New Revision: 1040555

URL: http://svn.apache.org/viewvc?rev=1040555&view=rev
Log:
Fix typo in script comment.
BZ 50383, addition to r1040547,
backport of r1040553.

Modified:
    tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat
    tomcat/tc6.0.x/trunk/bin/tool-wrapper.sh

Modified: tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat?rev=1040555&r1=1040554&r2=1040555&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat (original)
+++ tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat Tue Nov 30 15:00:25 2010
@@ -18,7 +18,7 @@ if "%OS%" == "Windows_NT" setlocal
 rem ---------------------------------------------------------------------------
 rem Wrapper script for command line tools
 rem
-rem Environment Variable Prequisites
+rem Environment Variable Prerequisites
 rem
 rem   CATALINA_HOME May point at your Catalina "build" directory.
 rem

Modified: tomcat/tc6.0.x/trunk/bin/tool-wrapper.sh
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/tool-wrapper.sh?rev=1040555&r1=1040554&r2=1040555&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/bin/tool-wrapper.sh (original)
+++ tomcat/tc6.0.x/trunk/bin/tool-wrapper.sh Tue Nov 30 15:00:25 2010
@@ -18,7 +18,7 @@
 # -----------------------------------------------------------------------------
 # Wrapper script for command line tools
 #
-# Environment Variable Prequisites
+# Environment Variable Prerequisites
 #
 #   CATALINA_HOME May point at your Catalina "build" directory.
 #



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