소스 검색

Merge branch 'master' into 0.17

Feng 10 년 전
부모
커밋
45d4583bcf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/source/cluster.rst

+ 1 - 1
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::