You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/06/15 15:16:06 UTC

svn commit: r1136024 - in /tomcat: tc5.5.x/trunk/container/webapps/docs/setup.xml tc6.0.x/trunk/webapps/docs/setup.xml

Author: kkolinko
Date: Wed Jun 15 13:16:06 2011
New Revision: 1136024

URL: http://svn.apache.org/viewvc?rev=1136024&view=rev
Log:
Backport of r1136017
Fix typo in documentation reported by @earthgecko

Modified:
    tomcat/tc5.5.x/trunk/container/webapps/docs/setup.xml
    tomcat/tc6.0.x/trunk/webapps/docs/setup.xml

Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/setup.xml
URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/setup.xml?rev=1136024&r1=1136023&r2=1136024&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/setup.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/setup.xml Wed Jun 15 13:16:06 2011
@@ -111,7 +111,7 @@
 
 <source>
     cd $CATALINA_HOME/bin
-    tar xvfz commons-deamon-native.tar.gz
+    tar xvfz commons-daemon-native.tar.gz
     cd commons-daemon-1.0.x-native-src/unix
     ./configure
     make

Modified: tomcat/tc6.0.x/trunk/webapps/docs/setup.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/setup.xml?rev=1136024&r1=1136023&r2=1136024&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/setup.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/setup.xml Wed Jun 15 13:16:06 2011
@@ -107,7 +107,7 @@
 
 <source>
     cd $CATALINA_HOME/bin
-    tar xvfz commons-deamon-native.tar.gz
+    tar xvfz commons-daemon-native.tar.gz
     cd commons-daemon-1.0.x-native-src/unix
     ./configure
     make



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