Author: kkolinko Date: Wed Jan 18 10:22:51 2012 New Revision: 1232813 URL: http://svn.apache.org/viewvc?rev=1232813&view=rev Log: Correct typo in documentation
Modified: tomcat/trunk/webapps/docs/config/listeners.xml Modified: tomcat/trunk/webapps/docs/config/listeners.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1232813&r1=1232812&r2=1232813&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/listeners.xml (original) +++ tomcat/trunk/webapps/docs/config/listeners.xml Wed Jan 18 10:22:51 2012 @@ -329,7 +329,7 @@ <p>The <strong>ThreadLocal Leak Prevention Listener</strong> triggers the renewal of threads in Executor pools when a - <a href="context.html">Context</a>is being stopped to avoid thread-local + <a href="context.html">Context</a> is being stopped to avoid thread-local related memory leaks. Active threads will be renewed one by one when they come back to the pool after executing their task.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org