Skip to content

Commit fdfd6d3

Browse files
cmingxukaralabe
authored andcommitted
ethstats: comment minor correction (#17102)
spell correction from `repors` to `reports`
1 parent e916f97 commit fdfd6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethstats/ethstats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ func (s uncleStats) MarshalJSON() ([]byte, error) {
499499
return []byte("[]"), nil
500500
}
501501

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

0 commit comments

Comments
 (0)