From b2edf1d24a738a08e63178b42919a6d9c9ca3c09 Mon Sep 17 00:00:00 2001 From: Cong Ding Date: Thu, 1 Oct 2015 11:21:23 -0500 Subject: [PATCH] raft: fix typo in doc --- raft/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raft/doc.go b/raft/doc.go index 0009006fb..63a2e27b5 100644 --- a/raft/doc.go +++ b/raft/doc.go @@ -146,7 +146,7 @@ This approach introduces a problem when you try to remove a member from a two-member cluster: If one of the members dies before the other one receives the commit of the confchange entry, then the member cannot be removed any more since the cluster cannot make progress. -For this reason it is highly recommened to use three or more nodes in +For this reason it is highly recommended to use three or more nodes in every cluster. */