From 8414b48f9b0cf01f4a2a86557f83198cc5933df6 Mon Sep 17 00:00:00 2001 From: Ravi Vagadia Date: Mon, 10 Oct 2016 20:59:48 +0530 Subject: [PATCH] Fixed a typo Fixed a typo --- 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 905347dbf..4144c0304 100644 --- a/docs/source/cluster.rst +++ b/docs/source/cluster.rst @@ -9,7 +9,7 @@ Clustering 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::