From: markt Date: Tue, 8 Feb 2011 17:05:56 +0000 (+0000) Subject: Fix typo - thanks Konstantin X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3cff99da0a9b300d856670a140fa9767acaf7381;p=tomcat7.0 Fix typo - thanks Konstantin git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1068480 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index ea1e1f9ed..8d79b12e7 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -65,8 +65,8 @@ which was lost in early 7.0.x re-factoring. (markt) - Remove ServerLifeListener. This was already removed from server.xml and - with the Lifecycle re-factoring is no longer required. (markt) + Remove ServerLifecycleListener. This was already removed from server.xml + and with the Lifecycle re-factoring is no longer required. (markt)