From 510cd933a15233b797022c42e7d21024948d9c86 Mon Sep 17 00:00:00 2001 From: Brooks Prumo Date: Wed, 19 Oct 2022 17:58:03 -0400 Subject: [PATCH] Fixes typo in bootstrap log (#28483) --- 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 68c807ff34..0df117a316 100644 --- a/validator/src/bootstrap.rs +++ b/validator/src/bootstrap.rs @@ -815,7 +815,7 @@ fn get_snapshot_hashes_from_known_validators( 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..." );