From 7ff8ed869c2a63d374a349e46b3efaee9bdf3c23 Mon Sep 17 00:00:00 2001 From: HaoranYi Date: Wed, 23 Mar 2022 13:36:55 -0500 Subject: [PATCH] typos (#23870) --- core/src/replay_stage.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/replay_stage.rs b/core/src/replay_stage.rs index acbe4c74d3..5a0b86c506 100644 --- a/core/src/replay_stage.rs +++ b/core/src/replay_stage.rs @@ -2301,7 +2301,7 @@ impl ReplayStage { } } - // send accumulated excute-timings to cost_update_service + // send accumulated execute-timings to cost_update_service if !execute_timings.details.per_program_timings.is_empty() { cost_update_sender .send(CostUpdate::ExecuteTiming { @@ -2589,7 +2589,7 @@ impl ReplayStage { */ // Imagine 90% of validators voted on slot 4, but only 9% landed. If everybody that fails - // the switch theshold abandons slot 4 to build on slot 8 (because it's *currently* heavier), + // the switch threshold abandons slot 4 to build on slot 8 (because it's *currently* heavier), // then there will be no blocks to include the votes for slot 4, and the network halts // because 90% of validators can't vote info!(