Skip to content

Commit

Permalink
chore: fix spelling errors (#1542)
Browse files Browse the repository at this point in the history
chore: spelling errors fixes

Co-authored-by: github-merge-queue <[email protected]>
  • Loading branch information
Cosmos SDK and github-merge-queue authored Jan 3, 2024
1 parent dd042cd commit 9390219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/consumer/ante/disabled_modules_ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func (dmd DisabledModulesDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simul
return ctx, fmt.Errorf("tx contains message types from unsupported modules at height %d", currHeight)
}

// Check if there is an atempt to bypass disabled module msg
// Check if there is an attempt to bypass disabled module msg
// with authz MsgExec
if nestedAuthzMsgExecCheck(msg, dmd.prefixes...) {
return ctx, fmt.Errorf("tx contains message types from unsupported modules at height %d", currHeight)
Expand Down

0 comments on commit 9390219

Please sign in to comment.