diff --git a/substrate/core/finality-grandpa/src/authorities.rs b/substrate/core/finality-grandpa/src/authorities.rs index 79674acefa..c97769cb43 100644 --- a/substrate/core/finality-grandpa/src/authorities.rs +++ b/substrate/core/finality-grandpa/src/authorities.rs @@ -73,7 +73,7 @@ impl From> for SharedAuthoritySet { pub(crate) struct Status { /// Whether internal changes were made. pub(crate) changed: bool, - /// `Some` when underlying authority set has changed, containign the + /// `Some` when underlying authority set has changed, containing the /// block where that set changed. pub(crate) new_set_block: Option<(H, N)>, } diff --git a/substrate/core/finality-grandpa/src/lib.rs b/substrate/core/finality-grandpa/src/lib.rs index 63851b1e4b..ba23383db2 100644 --- a/substrate/core/finality-grandpa/src/lib.rs +++ b/substrate/core/finality-grandpa/src/lib.rs @@ -798,7 +798,7 @@ impl, RA> ApiClient for Arc