From 3b81ee9c2602620ca4904df20bdf098bff47aaf9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 02:36:54 +0000 Subject: [PATCH] Fixes typo in bootstrap log (backport #28483) (#28491) Fixes typo in bootstrap log (#28483) Co-authored-by: brooks --- validator/src/bootstrap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/src/bootstrap.rs b/validator/src/bootstrap.rs index 5c7f4d4698..dd12f61cf6 100644 --- a/validator/src/bootstrap.rs +++ b/validator/src/bootstrap.rs @@ -1189,7 +1189,7 @@ mod with_incremental_snapshots { incremental_snapshot_fetch, ) { debug!( - "Snapshot hashes have note been discovered from known validators. \ + "Snapshot hashes have not been discovered from known validators. \ This likely means the gossip tables are not fully populated. \ We will sleep and retry..." );