From d37403ba8a649d12f378b11220b20c0d2c251c66 Mon Sep 17 00:00:00 2001 From: GNONG <65050483+Choi-Jinhong@users.noreply.github.com> Date: Wed, 25 May 2022 21:02:42 +0900 Subject: [PATCH] fix typo in comment fix typo in comment --- modules/core/05-port/types/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/05-port/types/module.go b/modules/core/05-port/types/module.go index 7ac57479dbd..26501af313c 100644 --- a/modules/core/05-port/types/module.go +++ b/modules/core/05-port/types/module.go @@ -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,