Merge pull request #956 from ahmetalpbalkan/patch-1

Fix typo in leadership/README.md
This commit is contained in:
Victor Vieux 2015-06-15 13:39:10 -07:00
commit ce10683831
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ for isElected := range electedCh {
} else {
// We lost the election but are still running for leadership.
// `elected == false` is the default state and is the first event
// we'll receive from the channel. After a successfull election,
// we'll receive from the channel. After a successful election,
// this event can get triggered if someone else steals the
// leadership or if we resign.