diff --git a/gno.land/pkg/integration/testscript_gnoland.go b/gno.land/pkg/integration/testscript_gnoland.go index 1a885c8b483..2f7ad539533 100644 --- a/gno.land/pkg/integration/testscript_gnoland.go +++ b/gno.land/pkg/integration/testscript_gnoland.go @@ -599,7 +599,7 @@ func setupNode(ts *testscript.TestScript, ctx context.Context, cfg *ProcessNodeC return nodep default: - ts.Fatalf("unkown command kind: %+v", cmd) + ts.Fatalf("unknown command kind: %+v", cmd) } return nil