From 2c36c4f969099066e4a9891050426a40fae7b9b1 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 15 Oct 2015 11:24:17 -0700 Subject: [PATCH] Fixes a typo. --- api/lock_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/lock_test.go b/api/lock_test.go index 1996b29963..f4bad9e6b8 100644 --- a/api/lock_test.go +++ b/api/lock_test.go @@ -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):