chore: fix typos (#9851)

This commit is contained in:
nk_ysg
2024-07-27 17:23:06 +08:00
committed by GitHub
parent 966ca011fa
commit 6fa81153bf
4 changed files with 4 additions and 4 deletions

View File

@ -247,7 +247,7 @@ impl Command {
}
}
// Stoarge trie
// Storage trie
let mut first_mismatched_storage = None;
let mut incremental_storage_trie_iter = incremental_storage_trie.into_iter().peekable();
let mut clean_storage_trie_iter = clean_storage_trie.into_iter().peekable();