chore: fix spelling errors (#19649)

Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
This commit is contained in:
Cosmos SDK
2024-03-05 12:58:02 +00:00
committed by GitHub
co-authored by github-merge-queue
parent 0d3f4a82d4
commit d37871af50
+1 -1
View File
@@ -113,7 +113,7 @@ func (k Keeper) SubmitProposal(ctx context.Context, messages []sdk.Msg, metadata
return types.ErrInvalidProposalContent.Wrapf("failed to run legacy handler %s, %+v", content.ProposalRoute(), err)
}
return errors.New("we don't want to execude the proposal, we just want to check if it can be executed")
return errors.New("we don't want to execute the proposal, we just want to check if it can be executed")
}); errors.Is(err, types.ErrInvalidProposalContent) {
return v1.Proposal{}, err
}