From: kkolinko Date: Tue, 18 Jan 2011 07:46:18 +0000 (+0000) Subject: Correct a pair of typos in documentation X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7f4d64f4d3272dc202c4bb9f0b6157aaad6c89c6;p=tomcat7.0 Correct a pair of typos in documentation git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1060226 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/listeners.xml b/webapps/docs/config/listeners.xml index 195e3fbf4..cb1cbc809 100644 --- a/webapps/docs/config/listeners.xml +++ b/webapps/docs/config/listeners.xml @@ -121,7 +121,7 @@ (org.apache.catalina.mbeans.ServerLifecycleListener)

The Server Lifecycle Listener initializes the - MBeanServer for the MBeans that may be used to manager Tomcat via JMX. + MBeanServer for the MBeans that may be used to manage Tomcat via JMX. Without this listener, none of the Tomcat MBeans will be available.

This listener must only be nested within Server