From: slaurent
Date: Sun, 5 Dec 2010 21:06:25 +0000 (+0000)
Subject: bug 50282 / fixed some typos in documentation
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eee976c21b011b64afe1410ba1b70f2f47a8f337;p=tomcat7.0
bug 50282 / fixed some typos in documentation
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1042447 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/config/listeners.xml b/webapps/docs/config/listeners.xml
index 10976e205..8a1af6379 100644
--- a/webapps/docs/config/listeners.xml
+++ b/webapps/docs/config/listeners.xml
@@ -273,11 +273,11 @@ service:jmx:rmi://<hostname>:10002/jndi/rmi://<hostname>:10001/jmxrm
Enables protection so that usage of the
javax.security.auth.login.Configuration class by a web
- application does not in a memory leak. The first access of this class will
- trigger the initializer that will retain a static reference to the context
- class loader. The protection loads the class with the system classloader
- to ensure that the static initializer is not triggered by web application.
- Defaults to true.
+ application does not provoke a memory leak. The first access of this
+ class will trigger the initializer that will retain a static reference
+ to the context class loader. The protection loads the class with the
+ system class loader to ensure that the static initializer is not
+ triggered by web application. Defaults to true.