fix typos

This commit is contained in:
vyzo 2023-03-16 17:33:12 +02:00
parent 8bceaadda8
commit 90c4763e00

View File

@ -16,9 +16,9 @@ var ErrClosed = errors.New("index closed")
type MsgInfo struct { type MsgInfo struct {
// the message this record refers to // the message this record refers to
Message cid.Cid Message cid.Cid
// the tipset where this messages was included // the tipset where this message was included
TipSet cid.Cid TipSet cid.Cid
// the epoch whre this message was included // the epoch where this message was included
Epoch abi.ChainEpoch Epoch abi.ChainEpoch
} }