Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Aug 7, 2024
1 parent 07813a2 commit f33f16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/engine/tree/src/tree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2828,7 +2828,7 @@ mod tests {

test_harness.check_fork_chain_insertion(remaining).await;

// check canonical chain commited event with the hash of the latest block
// check canonical chain committed event with the hash of the latest block
let event = test_harness.from_tree_rx.recv().await.unwrap();
match event {
EngineApiEvent::BeaconConsensus(
Expand Down

0 comments on commit f33f16a

Please sign in to comment.