From 7fda5bc6d8f66d7a2d1bae17ad64d6e6fc31cfc5 Mon Sep 17 00:00:00 2001 From: rjung Date: Thu, 22 Sep 2011 16:08:33 +0000 Subject: [PATCH] Fix docs typo. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1174239 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/cluster-manager.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0