From 00a2988d0ddcf67a4c30a9f916dc555ede03f255 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Mon, 15 Jun 2015 11:30:35 -0700 Subject: [PATCH] Fix typo in leadership/README.md Signed-off-by: Ahmet Alp Balkan --- leadership/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leadership/README.md b/leadership/README.md index 62b7a6eb42..4761590085 100644 --- a/leadership/README.md +++ b/leadership/README.md @@ -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.