From bfecb68c04c16a9e77508f6a1a2773aaeb8e418a Mon Sep 17 00:00:00 2001 From: xiaoxiangirl Date: Wed, 7 Aug 2024 07:39:53 +0900 Subject: [PATCH] chore: fix some comments (#196) * chore: fix some comments Signed-off-by: xiaoxiangirl * Update modules/rate-limiting/keeper/packet.go Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com> * remove a --------- Signed-off-by: xiaoxiangirl Co-authored-by: Reece Williams <31943163+Reecepbcups@users.noreply.github.com> Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com> Co-authored-by: Reece Williams --- modules/rate-limiting/keeper/packet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rate-limiting/keeper/packet.go b/modules/rate-limiting/keeper/packet.go index 69ced0b7..7e9c6c5b 100644 --- a/modules/rate-limiting/keeper/packet.go +++ b/modules/rate-limiting/keeper/packet.go @@ -146,7 +146,7 @@ func ParseDenomFromRecvPacket(packet channeltypes.Packet, packetData transfertyp // For a SEND packet, the Stride channelID is the SOURCE channel // For a RECEIVE packet, the Stride channelID is the DESTINATION channel // -// The Source and Designation are defined from the perspective of a packet recipient +// The Source and Destination are defined from the perspective of a packet recipient // Meaning, when a send packet lands on the host chain, the "Source" will be the Stride Channel, // and the "Destination" will be the Host Channel // And, when a receive packet lands on a Stride, the "Source" will be the host zone's channel,