Skip to content

Commit

Permalink
Fixes a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Phillips committed Oct 15, 2015
1 parent 655967d commit 2c36c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/lock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2c36c4f

Please sign in to comment.