Fix spelling (#3845)

* Fix spelling

* Add missing entry

* Proper fix for KeyPair
This commit is contained in:
Chevdor
2021-09-25 22:44:39 +02:00
committed by GitHub
parent 7bcf2e693d
commit 35f25c3f54
10 changed files with 16 additions and 12 deletions
@@ -248,7 +248,7 @@ async fn background_task<SourceChain, TargetChain, TargetSign>(
}
}
/// Returns `Some()` with inclusive range of headers which must be scanned for manadatory headers
/// Returns `Some()` with inclusive range of headers which must be scanned for mandatory headers
/// and the first of such headers must be submitted to the target node.
async fn mandatory_headers_scan_range<C: Chain>(
best_finalized_source_header_at_source: Option<C::BlockNumber>,