From bdc71c2d053ad30662ce5301aa11efb2449ede26 Mon Sep 17 00:00:00 2001 From: weifangc Date: Tue, 18 Nov 2025 16:08:09 +0800 Subject: [PATCH] chore: remove repetitive word in comment Signed-off-by: weifangc --- node/src/reactor/main_reactor/validate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/reactor/main_reactor/validate.rs b/node/src/reactor/main_reactor/validate.rs index 3fb4d1fdf0..9f6b4ae44e 100644 --- a/node/src/reactor/main_reactor/validate.rs +++ b/node/src/reactor/main_reactor/validate.rs @@ -172,7 +172,7 @@ impl MainReactor { // If the node was validating in the previous era there is a cvhance that it didn't get a // chance to apply it's finality signature to the last (or some of the last) blocks of that - // era. If that's true - it it might try to do that and for that it needs to have the + // era. If that's true - it might try to do that and for that it needs to have the // validator matrix updated with appropriate era data. let number_of_switch_blocks = recent_switch_block_headers.len(); if number_of_switch_blocks > 1 {