Author: kkolinko
Date: Sat Jun 23 07:55:54 2012
New Revision: 1353089
URL: http://svn.apache.org/viewvc?rev=1353089&view=rev
Log:
Merged revision 1353087 from tomcat/trunk:
Correct typo in a message
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/bin/daemon.sh
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1353087
Modified: tomcat/tc7.0.x/trunk/bin/daemon.sh
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/bin/daemon.sh?rev=1353089&r1=1353088&r2=1353089&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/bin/daemon.sh (original)
+++ tomcat/tc7.0.x/trunk/bin/daemon.sh Sat Jun 23 07:55:54 2012
@@ -228,7 +228,7 @@ case "$1" in
exit $?
;;
* )
- echo "Unkown command: \`$1'"
+ echo "Unknown command: \`$1'"
echo "Usage: $PROGRAM ( commands ... )"
echo "commands:"
echo " run Start Tomcat without detaching from console"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]