Forráskód Böngészése

grpcproxy: fix minor typo

Gyu-Ho Lee 9 éve
szülő
commit
a98de7efa7
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
 )