Skip to content

Commit

Permalink
fix typo in comment (#1435)
Browse files Browse the repository at this point in the history
fix typo in comment

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
  • Loading branch information
gnongs and crodriguezvega committed Jun 1, 2022
1 parent 7484dbd commit b9a9502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/05-port/types/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ type IBCModule interface {
) error
}

// ICS4Wrapper implements the ICS4 interfaces that IBC applications use to send packets and acknolwedgements.
// ICS4Wrapper implements the ICS4 interfaces that IBC applications use to send packets and acknowledgements.
type ICS4Wrapper interface {
SendPacket(
ctx sdk.Context,
Expand Down

0 comments on commit b9a9502

Please sign in to comment.