Explorar o código

Merge pull request #3629 from ccding/master

raft: fix typo in doc
Xiang Li %!s(int64=10) %!d(string=hai) anos
pai
achega
6e9943a037
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      raft/doc.go

+ 1 - 1
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
 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
 other one receives the commit of the confchange entry, then the member
 cannot be removed any more since the cluster cannot make progress.
 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.
 every cluster.
 
 
 */
 */