Browse Source

grpcproxy: fix minor typo

Gyu-Ho Lee 9 năm trước cách đây
mục cha
commit
a98de7efa7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 )