Fix lint warnings (#7099)

This commit is contained in:
kannappanr
2019-01-16 12:49:20 -08:00
committed by GitHub
parent 6dd13e68c2
commit e0d22359e7
2 changed files with 15 additions and 15 deletions

View File

@@ -269,7 +269,7 @@ func (a adminAPIHandlers) ServerInfoHandler(w http.ResponseWriter, r *http.Reque
}
serverInfo := globalNotificationSys.ServerInfo(ctx)
// Once we have recieved all the ServerInfo from peers
// Once we have received all the ServerInfo from peers
// add the local peer server info as well.
serverInfo = append(serverInfo, ServerInfo{
Addr: thisAddr.String(),