raft: fix typo in doc

This commit is contained in:
Cong Ding 2015-10-01 11:21:23 -05:00
parent 46e5444d93
commit b2edf1d24a

View File

@ -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.
*/