From 535608784f883edaf3d40056e420e5ddd4612723 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 18 Nov 2009 13:39:45 +0000 Subject: [PATCH] Fix typos git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@881776 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java | 2 +- webapps/docs/config/listeners.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java index a4be86b61..49487b962 100644 --- a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java +++ b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java @@ -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. *

- * 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. */ diff --git a/webapps/docs/config/listeners.xml b/webapps/docs/config/listeners.xml index 566b13b3f..9113892f2 100644 --- a/webapps/docs/config/listeners.xml +++ b/webapps/docs/config/listeners.xml @@ -253,7 +253,7 @@ service:jmx:rmi://<hostname>:10002/jndi/rmi://<hostname>:10001/jmxrm being locked. Note that enabling this protection disables caching by default for all resources obtained via java.net.URLConnections. Caching may be re-enabled on a - case by case basis is required. Defaults to true.

+ case by case basis as required. Defaults to true.

-- 2.11.0