From 82a952c0dbb089a88a88d6aebd590fc525137e97 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Mon, 2 Aug 2021 15:53:19 +0300 Subject: [PATCH] fix typo (#1080) --- bridges/modules/token-swap/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/modules/token-swap/src/lib.rs b/bridges/modules/token-swap/src/lib.rs index a1306c2505..4694781f09 100644 --- a/bridges/modules/token-swap/src/lib.rs +++ b/bridges/modules/token-swap/src/lib.rs @@ -362,7 +362,7 @@ pub mod pallet { /// Return previously reserved `source_balance_at_this_chain` back to the `source_account_at_this_chain`. /// /// This should be called only when transfer has failed at Bridged chain and we have received - /// notification about thate. + /// notification about that. #[pallet::weight(0)] pub fn cancel_swap(origin: OriginFor, swap: TokenSwapOf) -> DispatchResultWithPostInfo { // ensure that the `origin` is the same account that is mentioned in the `swap` intention