Skip to content

Commit a74170c

Browse files
authored
ethstats.go comment minor correction
spell correction from `repors` to `reports`
1 parent f6bc65f commit a74170c

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)