diff --git a/zebra-state/src/service/memory_state.rs b/zebra-state/src/service/memory_state.rs index 7f06e3f0b..0a40ea9d3 100644 --- a/zebra-state/src/service/memory_state.rs +++ b/zebra-state/src/service/memory_state.rs @@ -76,7 +76,7 @@ impl Chain { .expect("only called while blocks is populated") } - /// Fork a chain at the block with the givin hash, if it is part of this + /// Fork a chain at the block with the given hash, if it is part of this /// chain. pub fn fork(&self, fork_tip: block::Hash) -> Option { if !self.height_by_hash.contains_key(&fork_tip) {