From a98de7efa768c14a17be994f60634509afa3f5be Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 7 Dec 2016 17:08:46 -0800 Subject: [PATCH] grpcproxy: fix minor typo --- proxy/grpcproxy/watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/grpcproxy/watch.go b/proxy/grpcproxy/watch.go index 62e8df4d2..88c63af7a 100644 --- a/proxy/grpcproxy/watch.go +++ b/proxy/grpcproxy/watch.go @@ -45,7 +45,7 @@ type watchProxy struct { } const ( - lostLeaderKey = "__lostleader" // watched to detect leader l oss + lostLeaderKey = "__lostleader" // watched to detect leader loss retryPerSecond = 10 )