From b3dca0bf9ed4fd4d30f6ccd0a3a2124b230a523e Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Mon, 31 Oct 2005 15:44:28 +0000
Subject: [PATCH] Nodes are not servers but clients from the viewpoints of ZEO.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4197 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/CMFActivity/dtml/manageLoadBalancing.dtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/CMFActivity/dtml/manageLoadBalancing.dtml b/product/CMFActivity/dtml/manageLoadBalancing.dtml
index 1426746cd9..ce39b03e65 100755
--- a/product/CMFActivity/dtml/manageLoadBalancing.dtml
+++ b/product/CMFActivity/dtml/manageLoadBalancing.dtml
@@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 <p class="form-help">
   This tab defines the Load Balancing of Activities.
-  To provide high performance, the activities are distributed over several ZEO Servers, called <i>nodes</i>,
+  To provide high performance, the activities are distributed over several ZEO clients, called <i>nodes</i>,
   so that they can be processed in parallel. Nodes can either run on different machines or on one machine
   with different Port Numbers.
   The format to adress a node in this configuration is therfore
-- 
2.30.9