Fix a comment typo

This commit is contained in:
teor 2020-10-27 19:31:45 +10:00 committed by GitHub
parent 08910e0378
commit 0d47b80e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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<Self> {
if !self.height_by_hash.contains_key(&fork_tip) {