Author: kkolinko
Date: Tue Jan 18 07:46:18 2011
New Revision: 1060226
URL: http://svn.apache.org/viewvc?rev=1060226&view=rev
Log:
Correct a pair of typos in documentation
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/ant/package.html
tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml
tomcat/trunk/webapps/docs/config/listeners.xml
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ant/package.html
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/ant/package.html?rev=1060226&r1=1060225&r2=1060226&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/ant/package.html (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/ant/package.html Tue Jan 18
07:46:18 2011
@@ -39,7 +39,7 @@ sent directly to the Manager application
The URL of the Manager web application you will use to
perform the requested operations. If not specified, defaults to
<code>http://localhost:8080/manager</code> (which corresponds
- to a standard installation of Tomcat 5).
+ to a standard installation of Tomcat 6).
</td>
</tr>
<tr>
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml?rev=1060226&r1=1060225&r2=1060226&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml Tue Jan 18 07:46:18
2011
@@ -121,7 +121,7 @@
(org.apache.catalina.mbeans.ServerLifecycleListener)</h3>
<p>The <strong>Server Lifecycle Listener</strong> 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.</p>
<p>This listener must only be nested within <a
href="server.html">Server</a>
Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1060226&r1=1060225&r2=1060226&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/trunk/webapps/docs/config/listeners.xml Tue Jan 18 07:46:18 2011
@@ -121,7 +121,7 @@
(org.apache.catalina.mbeans.ServerLifecycleListener)</h3>
<p>The <strong>Server Lifecycle Listener</strong> 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.</p>
<p>This listener must only be nested within <a
href="server.html">Server</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]