From fdfd6d3c3963b1b3459e4625458495458b11e8a7 Mon Sep 17 00:00:00 2001
From: "kevin.xu" <cming.xu@gmail.com>
Date: Fri, 29 Jun 2018 20:15:38 +0800
Subject: [PATCH] ethstats: comment minor correction (#17102)

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 a4d35044cd..9f3d7237e9 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)
-- 
GitLab