Explorar el Código

fix(raft_stats): spelling followers not follwers

Brandon Philips hace 12 años
padre
commit
6fb1d8a377
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      raft_stats.go

+ 1 - 1
raft_stats.go

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