grpcproxy: fix minor typo

This commit is contained in:
Gyu-Ho Lee 2016-12-07 17:08:46 -08:00
parent 69cc9fdd17
commit a98de7efa7
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C

View File

@ -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
)