diff --git a/graphql/grahpql.go b/graphql/grahpql.go index fce78a8d1b..1eca789567 100644 --- a/graphql/grahpql.go +++ b/graphql/grahpql.go @@ -344,7 +344,7 @@ type Block struct { receipts []*types.Receipt } -// resolve returns the internal Block object represennting this block, fetching +// resolve returns the internal Block object representing this block, fetching // it if necessary. func (b *Block) resolve(ctx context.Context) (*types.Block, error) { if b.block != nil {