From c5f83686d2de549c511b4489cc7143ba8c394d07 Mon Sep 17 00:00:00 2001 From: Michael Isvy Date: Wed, 21 Apr 2010 11:46:26 +0000 Subject: [PATCH] line 149: fixed a typo. Tomcat or IBM WebSphere that has itss own --> Tomcat or IBM WebSphere that has its own --- spring-framework-reference/src/jmx.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,