Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit fb26c56

Browse files
h4x3rotabkianenigma
authored andcommitted
Fix typo (#3853)
In `core/client/src/client.rs`: "innacurate" -> "inaccurate"
1 parent 5e406b1 commit fb26c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/client/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ impl<B, E, Block, RA> Client<B, E, Block, RA> where
11251125
// then some other block is the common ancestor.
11261126
if route_from_best.common_block().hash != block {
11271127
// NOTE: we're setting the finalized block as best block, this might
1128-
// be slightly innacurate since we might have a "better" block
1128+
// be slightly inaccurate since we might have a "better" block
11291129
// further along this chain, but since best chain selection logic is
11301130
// pluggable we cannot make a better choice here. usages that need
11311131
// an accurate "best" block need to go through `SelectChain`

0 commit comments

Comments
 (0)