diff --git a/core/rawdb/accessors_chain.go b/core/rawdb/accessors_chain.go index 8bbf464d17..cc0591a4ca 100644 --- a/core/rawdb/accessors_chain.go +++ b/core/rawdb/accessors_chain.go @@ -231,7 +231,7 @@ func ReadBody(db ethdb.Reader, hash common.Hash, number uint64) *types.Body { return body } -// WriteBody storea a block body into the database. +// WriteBody stores a block body into the database. func WriteBody(db ethdb.Writer, hash common.Hash, number uint64, body *types.Body) { data, err := rlp.EncodeToBytes(body) if err != nil {