From 6c0ddd4ec98809d72fe947a9d0615ad13bc173fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Wed, 11 Jan 2023 12:30:38 +0000 Subject: [PATCH] fix typos. --- node/impl/full/state.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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