From 4f09691720efa9358ec216bd3c70638bad7043bf Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Tue, 14 Nov 2023 10:46:54 -0500 Subject: [PATCH] fix spelling to transfer --- crates/ibc/src/applications/transfer/relay/send_transfer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ibc/src/applications/transfer/relay/send_transfer.rs b/crates/ibc/src/applications/transfer/relay/send_transfer.rs index 607457f48..112462cd0 100644 --- a/crates/ibc/src/applications/transfer/relay/send_transfer.rs +++ b/crates/ibc/src/applications/transfer/relay/send_transfer.rs @@ -28,7 +28,7 @@ where send_transfer_execute(send_packet_ctx_a, token_ctx_a, msg) } -/// Validates the token tranfer. If this succeeds, then it is legal to initiate the transfer with [`send_transfer_execute`]. +/// Validates the token transfer. If this succeeds, then it is legal to initiate the transfer with [`send_transfer_execute`]. pub fn send_transfer_validate( send_packet_ctx_a: &SendPacketCtx, token_ctx_a: &TokenCtx,