From a74170cdd4694903f1dd692d94e01716ddc96389 Mon Sep 17 00:00:00 2001 From: "kevin.xu" Date: Fri, 29 Jun 2018 11:06:40 +0800 Subject: [PATCH] ethstats.go comment minor correction spell correction from `repors` to `reports` --- ethstats/ethstats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go index a15d846150..5064225e78 100644 --- a/ethstats/ethstats.go +++ b/ethstats/ethstats.go @@ -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)