Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit fd837b0

Browse files
committed
typos
1 parent cb21c13 commit fd837b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node/core/backing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
//! most recent blocks in the relay-chain (which is in fact a tree) which could be built
4949
//! upon. Depth is always measured against active leaves, and the valid relay-parent that
5050
//! each candidate can have is determined by the active leaves. The Prospective Parachains
51-
//! subsystem enforces that the relay-parent increases monotonoically, so that logic
51+
//! subsystem enforces that the relay-parent increases monotonically, so that logic
5252
//! is not handled here. By communicating with the Prospective Parachains subsystem,
5353
//! this subsystem extrapolates an "implicit view" from the set of currently active leaves,
5454
//! which determines the set of all recent relay-chain block hashes which could be relay-parents

node/core/prospective-parachains/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ async fn handle_candidate_backed<Context>(
337337
target: LOG_TARGET,
338338
para_id = ?para,
339339
?candidate_hash,
340-
"Received instructio to back candidate",
340+
"Received instruction to back candidate",
341341
);
342342

343343
return Ok(())

0 commit comments

Comments
 (0)