Browse Source

grpcproxy: fix minor typo

Gyu-Ho Lee 9 years ago
parent
commit
a98de7efa7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      proxy/grpcproxy/watch.go

+ 1 - 1
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
 )