Author: markt Date: Wed Nov 18 13:39:45 2009 New Revision: 881776 URL: http://svn.apache.org/viewvc?rev=881776&view=rev Log: Fix typos
Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java tomcat/trunk/webapps/docs/config/listeners.xml Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java?rev=881776&r1=881775&r2=881776&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java (original) +++ tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Wed Nov 18 13:39:45 2009 @@ -41,7 +41,7 @@ * the time. The work-around is to initialise these singletons when Tomcat's * common class loader is the context class loader. * <p> - * Locked usually files occur when a resource inside a JAR is accessed without + * Locked files usually occur when a resource inside a JAR is accessed without * first disabling Jar URL connection caching. The workaround is to disable this * caching by default. */ Modified: tomcat/trunk/webapps/docs/config/listeners.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=881776&r1=881775&r2=881776&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/listeners.xml (original) +++ tomcat/trunk/webapps/docs/config/listeners.xml Wed Nov 18 13:39:45 2009 @@ -253,7 +253,7 @@ being locked. Note that enabling this protection disables caching by default for all resources obtained via <code>java.net.URLConnection</code>s. Caching may be re-enabled on a - case by case basis is required. Defaults to <code>true</code>.</p> + case by case basis as required. Defaults to <code>true</code>.</p> </attribute> </attributes> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org