Merge pull request #880 from benjaminparnell/patch-1

Fix small typo in leadership/README.md
This commit is contained in:
Andrea Luzzardi 2015-05-31 21:19:18 -07:00
commit e74e269bf1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ underwood := leadership.NewCandidate(client, "service/swarm/leader", "underwood"
underwood.RunForElection()
electedCh := underwood.ElectedCh()
for isElected := range rlectedCh {
for isElected := range electedCh {
// This loop will run every time there is a change in our leadership
// status.