diff --git a/substrate/core/client/src/client.rs b/substrate/core/client/src/client.rs
index 796520cb7f005e43c63ad2bcd7409736fcf068da..d853d851c546cdfa0329967c49b4e37db7ce3640 100644
--- a/substrate/core/client/src/client.rs
+++ b/substrate/core/client/src/client.rs
@@ -1125,7 +1125,7 @@ impl<B, E, Block, RA> Client<B, E, Block, RA> 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`