Fix typos
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 18 Nov 2009 13:39:45 +0000 (13:39 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 18 Nov 2009 13:39:45 +0000 (13:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@881776 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java
webapps/docs/config/listeners.xml

index a4be86b..49487b9 100644 (file)
@@ -41,7 +41,7 @@ import org.apache.tomcat.util.res.StringManager;
  * 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. 
  */
index 566b13b..9113892 100644 (file)
@@ -253,7 +253,7 @@ service:jmx:rmi://&lt;hostname&gt;:10002/jndi/rmi://&lt;hostname&gt;:10001/jmxrm
         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>