From 302142bb257fbad64f13d7c72a6dca8cf91d36e3 Mon Sep 17 00:00:00 2001 From: HaoranYi Date: Tue, 5 Apr 2022 15:55:47 -0500 Subject: [PATCH] fix typo (#24123) --- core/src/accounts_hash_verifier.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/accounts_hash_verifier.rs b/core/src/accounts_hash_verifier.rs index 2012097494..bedcff6ab4 100644 --- a/core/src/accounts_hash_verifier.rs +++ b/core/src/accounts_hash_verifier.rs @@ -1,6 +1,6 @@ // Service to verify accounts hashes with other known validator nodes. // -// Each interval, publish the snapshat hash which is the full accounts state +// Each interval, publish the snapshot hash which is the full accounts state // hash on gossip. Monitor gossip for messages from validators in the `--known-validator`s // set and halt the node if a mismatch is detected.