Skip to content

Commit

Permalink
Merge pull request #6962 from gyuho/mispell
Browse files Browse the repository at this point in the history
grpcproxy: fix minor typo
  • Loading branch information
gyuho committed Dec 8, 2016
2 parents fcbfff6 + a98de7e commit b713113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/grpcproxy/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit b713113

Please sign in to comment.