Merge pull request #1102 from FreedomWangLi/master

Spelling mistakes
This commit is contained in:
Victor Vieux 2015-07-29 10:51:06 -07:00
commit c5e3b56653
1 changed files with 1 additions and 1 deletions

View File

@ -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