Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Jun 25, 2024
1 parent e3ffcff commit 9c5ae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/transfer/types/msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (msg MsgTransfer) ValidateBasic() error {
if msg.Forwarding.Unwind {
// When unwinding, we must have at most one token.
if len(msg.GetCoins()) > 1 {
return errorsmod.Wrap(ibcerrors.ErrInvalidCoins, "cannot unwind more that one token")
return errorsmod.Wrap(ibcerrors.ErrInvalidCoins, "cannot unwind more than one token")
}
}

Expand Down

0 comments on commit 9c5ae03

Please sign in to comment.