From: rjung Date: Thu, 22 Sep 2011 16:08:33 +0000 (+0000) Subject: Fix docs typo. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7fda5bc6d8f66d7a2d1bae17ad64d6e6fc31cfc5;p=tomcat7.0 Fix docs typo. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1174239 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/cluster-manager.xml b/webapps/docs/config/cluster-manager.xml index ca61ca9ee..107f18994 100644 --- a/webapps/docs/config/cluster-manager.xml +++ b/webapps/docs/config/cluster-manager.xml @@ -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 - ^(userName|sessionHistory)$ will onlyreplicate the two + ^(userName|sessionHistory)$ will only replicate the two session attributes named userName and sessionHistory.