From 9ee6bdd2030d7c81ef15dd963db99ff10ea70e9e Mon Sep 17 00:00:00 2001 From: Guanghua Guo Date: Tue, 27 Nov 2018 17:56:54 +0800 Subject: [PATCH] Misspelled words (#1169) --- substrate/core/finality-grandpa/src/authorities.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/core/finality-grandpa/src/authorities.rs b/substrate/core/finality-grandpa/src/authorities.rs index bdb6220fd6..c006bd1400 100644 --- a/substrate/core/finality-grandpa/src/authorities.rs +++ b/substrate/core/finality-grandpa/src/authorities.rs @@ -137,7 +137,7 @@ where /// Apply or prune any pending transitions. Provide a closure that can be used to check for the /// finalized block with given number. /// - /// When the set has changed, the return value will be `Ok(Some((H, N)))` which is the cnaonical + /// When the set has changed, the return value will be `Ok(Some((H, N)))` which is the canonical /// block where the set last changed. pub(crate) fn apply_changes(&mut self, just_finalized: N, mut canonical: F) -> Result, E>