Skip to content

Commit 7241a8d

Browse files
author
slicejoke
authored
Fix typos (#3753)
1 parent bb973aa commit 7241a8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bridges/bin/runtime-common/src/priority_calculator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ mod integrity_tests {
128128
Runtime::RuntimeCall: Dispatchable<Info = DispatchInfo, PostInfo = PostDispatchInfo>,
129129
BalanceOf<Runtime>: Send + Sync + FixedPointOperand,
130130
{
131-
// esimate priority of transaction that delivers one message and has large tip
131+
// estimate priority of transaction that delivers one message and has large tip
132132
let maximal_messages_in_delivery_transaction =
133133
Runtime::MaxUnconfirmedMessagesAtInboundLane::get();
134134
let small_with_tip_priority =

bridges/bin/runtime-common/src/refund_relayer_extension.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
//! Signed extension that refunds relayer if he has delivered some new messages.
1818
//! It also refunds transaction cost if the transaction is an `utility.batchAll()`
19-
//! with calls that are: delivering new messsage and all necessary underlying headers
19+
//! with calls that are: delivering new message and all necessary underlying headers
2020
//! (parachain or relay chain).
2121
2222
use crate::messages_call_ext::{

0 commit comments

Comments
 (0)