diff --git a/substrate/polkadot/consensus/src/service.rs b/substrate/polkadot/consensus/src/service.rs index c577a98e96..36030681ad 100644 --- a/substrate/polkadot/consensus/src/service.rs +++ b/substrate/polkadot/consensus/src/service.rs @@ -16,7 +16,7 @@ //! Consensus service. -/// Consensus service. A long runnung service that manages BFT agreement and parachain +/// Consensus service. A long running service that manages BFT agreement and parachain /// candidate agreement over the network. /// /// This uses a handle to an underlying thread pool to dispatch heavy work