Skip to content

Commit

Permalink
fix spelling to transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 14, 2023
1 parent c20ba64 commit 7008be7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<SendPacketCtx, TokenCtx>(
send_packet_ctx_a: &SendPacketCtx,
token_ctx_a: &TokenCtx,
Expand Down

0 comments on commit 7008be7

Please sign in to comment.