You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2021/04/13 18:06:25 UTC

[tomcat] branch 7.0.x updated: Fix typo

This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 402eb6b  Fix typo
402eb6b is described below

commit 402eb6bd2d9b3fafe434f858304898b51b9b85e4
Author: Christopher Schultz <ch...@christopherschultz.net>
AuthorDate: Tue Apr 13 14:03:22 2021 -0400

    Fix typo
---
 webapps/docs/manager-howto.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/manager-howto.xml b/webapps/docs/manager-howto.xml
index 6b03e00..32d537f 100644
--- a/webapps/docs/manager-howto.xml
+++ b/webapps/docs/manager-howto.xml
@@ -1017,7 +1017,7 @@ on each of deployed web applications will be available.</p>
 
   <subsection name="JMX Get command">
   <p>
-    The JXMProxyServlet also supports a "get" command that you can use to
+    The JMXProxyServlet also supports a "get" command that you can use to
     fetch the value of a specific MBean's attribute. The general form of
     the <code>get</code> command is:
   </p>

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