From e06e6ab7fb5b65b3a78ec1b254235ffcc2409e35 Mon Sep 17 00:00:00 2001 From: librelois Date: Thu, 4 Jan 2024 12:17:40 +0100 Subject: [PATCH] typo --- pallets/author-inherent/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pallets/author-inherent/src/lib.rs b/pallets/author-inherent/src/lib.rs index bbb9079..f5d579e 100644 --- a/pallets/author-inherent/src/lib.rs +++ b/pallets/author-inherent/src/lib.rs @@ -117,8 +117,8 @@ pub mod pallet { T::DbWeight::get().reads_writes(1, 2) } fn on_finalize(_: BlockNumberFor) { - // According to parity, the only wayt to ensure that a mandatory inherent is included - // is by checking on block finaliztion that the inherent set a particular storage item: + // According to parity, the only way to ensure that a mandatory inherent is included + // is by checking on block finalization that the inherent set a particular storage item: // https://github.com/paritytech/polkadot-sdk/issues/2841#issuecomment-1876040854 assert!( InherentIncluded::::get() == true,