From 31eebdf32befb7a960801cb9e91acb945c71e42c Mon Sep 17 00:00:00 2001 From: h4x3rotab Date: Fri, 18 Oct 2019 21:00:45 +0800 Subject: [PATCH] Fix typo (#3853) In `core/client/src/client.rs`: "innacurate" -> "inaccurate" --- substrate/core/client/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/core/client/src/client.rs b/substrate/core/client/src/client.rs index 796520cb7f..d853d851c5 100644 --- a/substrate/core/client/src/client.rs +++ b/substrate/core/client/src/client.rs @@ -1125,7 +1125,7 @@ impl Client where // then some other block is the common ancestor. if route_from_best.common_block().hash != block { // NOTE: we're setting the finalized block as best block, this might - // be slightly innacurate since we might have a "better" block + // be slightly inaccurate since we might have a "better" block // further along this chain, but since best chain selection logic is // pluggable we cannot make a better choice here. usages that need // an accurate "best" block need to go through `SelectChain`