Fix odd UTF-8 character.
jmx -> JMX
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1803914 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 551e082..4482698 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -731,8 +731,8 @@
in order to expose to JMX. (kfujino)
</add>
<add>
- Add JMX support for <code>Channel Interceptors</code>. The Interceptors
- that implement jmx support are <code>TcpFailureDetector</code>,
+ Add JMX support for <code>Channel Interceptors</code>. The Interceptors
+ that implement JMX support are <code>TcpFailureDetector</code>,
<code>ThroughputInterceptor</code>, <code>TcpPingInterceptor</code>,
<code>StaticMembershipInterceptor</code>,
<code>MessageDispatchInterceptor</code> and