Correct a typo in message
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 29 Sep 2010 08:18:52 +0000 (08:18 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 29 Sep 2010 08:18:52 +0000 (08:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1002514 13f79535-47bb-0310-9956-ffa450edef68

bin/catalina.sh

index 83ec313..96b9eec 100755 (executable)
@@ -431,7 +431,7 @@ elif [ "$1" = "stop" ] ; then
         if [ $? -gt 0 ]; then
           rm -f "$CATALINA_PID" >/dev/null 2>&1
           if [ $? != 0 ]; then
-            echo "Tomact stopped but the PID file could not be removed."
+            echo "Tomcat stopped but the PID file could not be removed."
           fi
           break
         fi
@@ -458,7 +458,7 @@ elif [ "$1" = "stop" ] ; then
         kill -9 $PID
         rm -f "$CATALINA_PID" >/dev/null 2>&1
         if [ $? != 0 ]; then
-          echo "Tomact was killed but the PID file could not be removed."
+          echo "Tomcat was killed but the PID file could not be removed."
         fi
       fi
     fi