diff --git a/leadership/follower.go b/leadership/follower.go index 50ed3b86d1..21fa9c56a6 100644 --- a/leadership/follower.go +++ b/leadership/follower.go @@ -2,7 +2,7 @@ package leadership import "github.com/docker/libkv/store" -// Follower can folow an election in real-time and push notifications whenever +// Follower can follow an election in real-time and push notifications whenever // there is a change in leadership. type Follower struct { client store.Store