From: markt Date: Tue, 11 Jan 2011 19:01:41 +0000 (+0000) Subject: Typos X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4849e916a15c45135b3048991f1674f977112348;p=tomcat7.0 Typos git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1057798 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 6d5d590d3..a8a513982 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -180,7 +180,7 @@ Correct handling of versioned web applications in deployer. (markt) - Correct removal of LifeCycleListenters from + Correct removal of LifeCycleListeners from Containers via JMX. (markt) @@ -292,7 +292,7 @@ scoped variables with EL method invocation. (markt) - 50460: Avoid leak caused by using a cached exception + 50460: Avoid a memory leak caused by using a cached exception instance in JspDocumentParser and ProxyDirContext. (kkolinko)