From 066f18785c199f00b7e04dfc7a813e7333941461 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 acbe4c74d3fd06..5a0b86c506b9ed 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!(