diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go index 0e69a00251c0..f42ac65a6e6c 100644 --- a/ethstats/ethstats.go +++ b/ethstats/ethstats.go @@ -583,7 +583,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 *connWrapper, block *types.Block) error { // Gather the block details from the header or block chain details := s.assembleBlockStats(block)