瀏覽代碼

grpcproxy: fix minor typo

Gyu-Ho Lee 9 年之前
父節點
當前提交
a98de7efa7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 )