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 13:58:02 +01:00 committed by GitHub
parent 0d3f4a82d4
commit d37871af50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
}