Skip to content

Commit

Permalink
ethstats: comment minor correction (ethereum#17102)
Browse files Browse the repository at this point in the history
spell correction from `repors` to `reports`
  • Loading branch information
cmingxu authored and karalabe committed Jun 29, 2018
1 parent e916f97 commit fdfd6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethstats/ethstats.go
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ func (s uncleStats) MarshalJSON() ([]byte, error) {
return []byte("[]"), nil
}

// reportBlock retrieves the current chain head and repors it to the stats server.
// reportBlock retrieves the current chain head and reports it to the stats server.
func (s *Service) reportBlock(conn *websocket.Conn, block *types.Block) error {
// Gather the block details from the header or block chain
details := s.assembleBlockStats(block)
Expand Down

0 comments on commit fdfd6d3

Please sign in to comment.