Fix spelling (#1118)

* I'm just trying to do my job

* spelling
This commit is contained in:
Svyatoslav Nikolsky
2021-09-07 11:33:39 +03:00
committed by Bastian Köcher
parent d554639380
commit 6e3b083ab3
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ pub enum ReceivalResult {
Dispatched(MessageDispatchResult),
/// Message has invalid nonce and lane has rejected to accept this message.
InvalidNonce,
/// There are too many unrewarded relayer entires at the lane.
/// There are too many unrewarded relayer entries at the lane.
TooManyUnrewardedRelayers,
/// There are too many unconfirmed messages at the lane.
TooManyUnconfirmedMessages,
+1 -1
View File
@@ -1713,7 +1713,7 @@ mod tests {
#[test]
fn receive_messages_delivery_proof_rejects_proof_if_declared_relayers_state_is_invalid() {
run_test(|| {
// when number of relayers entires is invalid
// when number of relayers entries is invalid
assert_noop!(
Pallet::<TestRuntime>::receive_messages_delivery_proof(
Origin::signed(1),