Sfoglia il codice sorgente

grpcproxy: fix minor typo

Gyu-Ho Lee 9 anni fa
parent
commit
a98de7efa7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 )