diff --git a/crates/trie/src/trie.rs b/crates/trie/src/trie.rs index 6348e8f1a3..2dc257ca20 100644 --- a/crates/trie/src/trie.rs +++ b/crates/trie/src/trie.rs @@ -54,7 +54,7 @@ impl<'a, 'b, TX, H> StateRoot<'a, 'b, TX, H> { self } - /// Set the threshold to maximum value so that itermediate progress is not returned. + /// Set the threshold to maximum value so that intermediate progress is not returned. pub fn with_no_threshold(mut self) -> Self { self.threshold = u64::MAX; self