bug 50282 / fixed some typos in documentation
authorslaurent <slaurent@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Dec 2010 21:06:25 +0000 (21:06 +0000)
committerslaurent <slaurent@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Dec 2010 21:06:25 +0000 (21:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1042447 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/listeners.xml

index 10976e2..8a1af63 100644 (file)
@@ -273,11 +273,11 @@ service:jmx:rmi://&lt;hostname&gt;:10002/jndi/rmi://&lt;hostname&gt;:10001/jmxrm
       <attribute name="securityLoginConfigurationProtection" required="false">
         <p>Enables protection so that usage of the
         <code>javax.security.auth.login.Configuration</code> 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 <code>true</code>.</p>
+        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 <code>true</code>.</p>
       </attribute>
 
       <attribute name="securityPolicyProtection" required="false">