فهرست منبع

Merge pull request #716 from ravirdv/master

Fixed a typo
Feng Lee 9 سال پیش
والد
کامیت
2f509a464c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/source/cluster.rst

+ 1 - 1
docs/source/cluster.rst

@@ -9,7 +9,7 @@ Clustering
 Distributed Erlang/OTP
 Distributed Erlang/OTP
 ----------------------
 ----------------------
 
 
-Erlang/OTP is a concurrent, fault-tolerant, distributed programming platform. A distributed Erlang/OTP system consists of a number of Erlang runtime systems called 'node'. Nodes connect to each other with TCP/IP sockets and communite by Message Passing.
+Erlang/OTP is a concurrent, fault-tolerant, distributed programming platform. A distributed Erlang/OTP system consists of a number of Erlang runtime systems called 'node'. Nodes connect to each other with TCP/IP sockets and communicate by Message Passing.
 
 
 .. code::
 .. code::