From d9077458dda6e5eeee1858074ff76363e1c6d69b Mon Sep 17 00:00:00 2001 From: Liao Tonglang Date: Tue, 12 Apr 2016 17:14:22 +0800 Subject: [PATCH] fix typo: "*forward* the message" but not "forard" Signed-off-by: Liao Tonglang --- docs/source/cluster.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cluster.rst b/docs/source/cluster.rst index b6a9e2f53..5f049f675 100644 --- a/docs/source/cluster.rst +++ b/docs/source/cluster.rst @@ -83,7 +83,7 @@ The cluster design could be summarized by the following two rules:: 1. When a MQTT client SUBSCRIBE a Topic on a node, the node will tell all the other nodes in the cluster: I subscribed a Topic. -2. When a MQTT Client PUBLISH a message to a node, the node will lookup the Topic table and forard the message to nodes that subscribed the Topic. +2. When a MQTT Client PUBLISH a message to a node, the node will lookup the Topic table and forward the message to nodes that subscribed the Topic. Finally there will be a global route table(Topic -> Node) that replicated to all nodes in the cluster::