Fix small typo in leadership/README.md

Signed-off-by: Ben Parnell <benjaminparnell.94@gmail.com>
This commit is contained in:
Ben Parnell 2015-05-31 23:33:37 +01:00
parent c1934925fe
commit c744a9b600
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.