Author: kkolinko Date: Thu Jun 28 05:44:54 2012 New Revision: 1354817 URL: http://svn.apache.org/viewvc?rev=1354817&view=rev Log: Correct typos in recent commits
Modified: tomcat/trunk/java/org/apache/catalina/ant/antlib.xml tomcat/trunk/webapps/docs/ssi-howto.xml Modified: tomcat/trunk/java/org/apache/catalina/ant/antlib.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ant/antlib.xml?rev=1354817&r1=1354816&r2=1354817&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ant/antlib.xml (original) +++ tomcat/trunk/java/org/apache/catalina/ant/antlib.xml Thu Jun 28 05:44:54 2012 @@ -57,7 +57,7 @@ classname="org.apache.catalina.ant.JMXQueryTask" /> <!-- Other --> <!-- These tasks are deliberately omitted here, - because they depends on other Tomcat components besides catalina-ant.jar + because they depend on other Tomcat components besides catalina-ant.jar and thus are hard to use with antlib. <typedef name="validator" Modified: tomcat/trunk/webapps/docs/ssi-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssi-howto.xml?rev=1354817&r1=1354816&r2=1354817&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/ssi-howto.xml (original) +++ tomcat/trunk/webapps/docs/ssi-howto.xml Thu Jun 28 05:44:54 2012 @@ -129,7 +129,7 @@ directives will expire. Default behaviou evaluated for every request.</li> <li><strong>isVirtualWebappRelative</strong> - Should "virtual" SSI directive paths be interpreted as relative to the context root, instead of the server -root? Default 0 false.</li> +root? Default false.</li> <li><strong>allowExec</strong> - Is the exec command enabled? Default is false.</li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org