diff --git a/node/impl/full/state.go b/node/impl/full/state.go index f364b0f9f..8533b41d3 100644 --- a/node/impl/full/state.go +++ b/node/impl/full/state.go @@ -619,9 +619,9 @@ func (m *StateModule) StateWaitMsg(ctx context.Context, msg cid.Cid, confidence t, err := stmgr.GetReturnType(ctx, m.StateManager, vmsg.To, vmsg.Method, ts) if err != nil { if errors.Is(err, stmgr.ErrMetadataNotFound) { - // This is not nececessary an error -- EVM methods (and in the future native actors) may - // return just bytes, and in the not so distant future we'll have native wasm actors - // that are by definition not in the registry. + // This is not necessarily an error -- EVM methods (and in the future native actors) may + // return just bytes, and in the not so distant future we'll have native wasm actors + // that are by definition not in the registry. // So in this case, log a debug message and retun the raw bytes. log.Debugf("failed to get return type: %s", err) returndec = recpt.Return