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

Commit 4d96001

Browse files
committed
fix: spellcheck
1 parent ed040e3 commit 4d96001

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,7 @@ polkadot = { path = "/usr/bin/polkadot" }
142142

143143
[package.metadata.rpm.files]
144144
"../scripts/packaging/polkadot.service" = { path = "/usr/lib/systemd/system/polkadot.service", mode = "644" }
145+
146+
147+
[package.metadata.spellcheck]
148+
config = "./scripts/gitlab/spellcheck.toml"

core-primitives/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ pub type DownwardMessage = sp_std::vec::Vec<u8>;
120120
#[derive(Encode, Decode, Clone, sp_runtime::RuntimeDebug, PartialEq)]
121121
#[cfg_attr(feature = "std", derive(MallocSizeOf))]
122122
pub struct InboundDownwardMessage<BlockNumber = crate::BlockNumber> {
123-
/// The block number at which this messages was put into the downward message queue.
123+
/// The block number at which these messages were put into the downward message queue.
124124
pub sent_at: BlockNumber,
125125
/// The actual downward message to processes.
126126
pub msg: DownwardMessage,

node/core/pvf/src/worker_common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ where
148148
/// A struct that represents an idle worker.
149149
///
150150
/// This struct is supposed to be used as a token that is passed by move into a subroutine that
151-
/// initiates a job. If the worker dies on the duty, then the token is not returned back.
151+
/// initiates a job. If the worker dies on the duty, then the token is not returned.
152152
#[derive(Debug)]
153153
pub struct IdleWorker {
154154
/// The stream to which the child process is connected.

scripts/gitlab/lingua.dic

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
150
1+
170
22
accessor/MS
33
activations
44
acyclic
55
adversary/SM
6+
allocator/SM
67
annualised
78
anonymize/D
89
Apache-2.0/M

0 commit comments

Comments
 (0)