chore: fix typos (#7049)

This commit is contained in:
DaniPopes
2024-03-08 15:23:37 +01:00
committed by GitHub
parent 7fa35042dd
commit 3c028e5ef4
56 changed files with 93 additions and 93 deletions

View File

@ -788,7 +788,7 @@ where
/// Record latency metrics for one call to make a block canonical
/// Takes start time of the call and result of the make canonical call
///
/// Handles cases for error, already canonical and commmitted blocks
/// Handles cases for error, already canonical and committed blocks
fn record_make_canonical_latency(
&self,
start: Instant,

View File

@ -80,7 +80,7 @@ pub fn block_reward(base_block_reward: u128, ommers: usize) -> u128 {
///
/// From the yellow paper (page 15):
///
/// > If there are collissions of the beneficiary addresses between ommers and the block (i.e. two
/// > If there are collisions of the beneficiary addresses between ommers and the block (i.e. two
/// > ommers with the same beneficiary address or an ommer with the same beneficiary address as the
/// > present block), additions are applied cumulatively.
///