Fixes a typo.

This commit is contained in:
James Phillips 2015-10-15 11:24:17 -07:00
parent 655967d0f6
commit 2c36c4f969
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func TestLock_LockUnlock(t *testing.T) {
t.Fatalf("err: %v", err)
}
// Should loose leadership
// Should lose leadership
select {
case <-leaderCh:
case <-time.After(time.Second):