You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/01/15 22:39:28 UTC

svn commit: r1231763 - /tomcat/trunk/webapps/docs/manager-howto.xml

Author: markt
Date: Sun Jan 15 21:39:28 2012
New Revision: 1231763

URL: http://svn.apache.org/viewvc?rev=1231763&view=rev
Log:
Fix typo

Modified:
    tomcat/trunk/webapps/docs/manager-howto.xml

Modified: tomcat/trunk/webapps/docs/manager-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=1231763&r1=1231762&r2=1231763&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/manager-howto.xml Sun Jan 15 21:39:28 2012
@@ -1307,7 +1307,7 @@ Error: java.lang.NumberFormatException: 
 <source>
 http://webserver/manager/jmxproxy/?invoke=BEANNAME&amp;op=METHODNAME&amp;ps=COMMASEPARATEDPARAMETERS
 </source>
-    <p>For exmaple, to call the <code>findConnectors()</code> method of the
+    <p>For example, to call the <code>findConnectors()</code> method of the
     <strong>Service</strong> use:</p>
 <source>
 http://localhost:8080/manager/jmxproxy/?invoke=Catalina%3Atype%3DService&amp;op=findConnectors&amp;ps=



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org