diff --git a/spring-framework-reference/src/jmx.xml b/spring-framework-reference/src/jmx.xml index 0ad1f26e3e..45504701c4 100644 --- a/spring-framework-reference/src/jmx.xml +++ b/spring-framework-reference/src/jmx.xml @@ -146,7 +146,7 @@ public class JmxTestBean implements IJmxTestBean { will attempt to locate the running MBeanServer and register your beans with that server (if any). This behavior is useful when your application is running inside a container such as - Tomcat or IBM WebSphere that has itss own + Tomcat or IBM WebSphere that has its own MBeanServer. However, this approach is of no use in a standalone environment,