Fix docs typo.
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 22 Sep 2011 16:08:33 +0000 (16:08 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 22 Sep 2011 16:08:33 +0000 (16:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1174239 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/cluster-manager.xml

index ca61ca9..107f189 100644 (file)
@@ -88,7 +88,7 @@
         be replicated. An attribute will only be replicated, if its name
         matches this pattern. If the pattern is not set (default), all
         attributes are eligible for replication. As an example, the value
-        <code>^(userName|sessionHistory)$</code> will onlyreplicate the two
+        <code>^(userName|sessionHistory)$</code> will only replicate the two
         session attributes named <code>userName</code> and
         <code>sessionHistory</code>.
       </attribute>