From 8bb12bc888c45795d58af7a9f26707cc79eb76f7 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Tue, 7 Sep 2021 12:52:18 +0300 Subject: [PATCH] fix spelling (#1119) --- bridges/modules/ethereum/src/lib.rs | 4 ++-- bridges/primitives/messages/src/source_chain.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bridges/modules/ethereum/src/lib.rs b/bridges/modules/ethereum/src/lib.rs index ee55b236dd..e1239c0494 100644 --- a/bridges/modules/ethereum/src/lib.rs +++ b/bridges/modules/ethereum/src/lib.rs @@ -218,8 +218,8 @@ impl ImportContext { &self.validators_set } - /// Returns reference to the latest block which has signalled change of validators set. - /// This may point to parent if parent has signalled change. + /// Returns reference to the latest block which has signaled change of validators set. + /// This may point to parent if parent has signaled change. pub fn last_signal_block(&self) -> Option { match self.parent_scheduled_change { Some(_) => Some(HeaderId { diff --git a/bridges/primitives/messages/src/source_chain.rs b/bridges/primitives/messages/src/source_chain.rs index 34d9487be6..03bd67a03f 100644 --- a/bridges/primitives/messages/src/source_chain.rs +++ b/bridges/primitives/messages/src/source_chain.rs @@ -95,7 +95,7 @@ pub trait LaneMessageVerifier { /// submitter is paying (in source chain tokens/assets) for: /// /// 1) submit-message-transaction-fee itself. This fee is not included in the -/// `delivery_and_dispatch_fee` and is witheld by the regular transaction payment mechanism; +/// `delivery_and_dispatch_fee` and is withheld by the regular transaction payment mechanism; /// 2) message-delivery-transaction-fee. It is submitted to the target node by relayer; /// 3) message-dispatch fee. It is paid by relayer for processing message by target chain; /// 4) message-receiving-delivery-transaction-fee. It is submitted to the source node