mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix(raft_stats): spelling followers not follwers
This commit is contained in:
parent
8fc1abd9b1
commit
6fb1d8a377
@ -81,7 +81,7 @@ func (ss *raftServerStats) SendAppendReq(pkgSize int) {
|
||||
|
||||
type raftFollowersStats struct {
|
||||
Leader string `json:"leader"`
|
||||
Followers map[string]*raftFollowerStats `json:"follwers"`
|
||||
Followers map[string]*raftFollowerStats `json:"followers"`
|
||||
}
|
||||
|
||||
type raftFollowerStats struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user