浏览代码

ethstats: comment minor correction (#17102)

spell correction from `repors` to `reports`
kevin.xu 7 年之前
父节点
当前提交
fdfd6d3c39
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ethstats/ethstats.go

+ 1 - 1
ethstats/ethstats.go

@@ -499,7 +499,7 @@ func (s uncleStats) MarshalJSON() ([]byte, error) {
 	return []byte("[]"), nil
 	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 {
 func (s *Service) reportBlock(conn *websocket.Conn, block *types.Block) error {
 	// Gather the block details from the header or block chain
 	// Gather the block details from the header or block chain
 	details := s.assembleBlockStats(block)
 	details := s.assembleBlockStats(block)