From de96663cc4057f769a855446cdedd410d402213c Mon Sep 17 00:00:00 2001 From: HaoranYi Date: Mon, 9 May 2022 12:42:58 -0500 Subject: [PATCH] fix typo (#25083) --- core/src/cluster_info_vote_listener.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/cluster_info_vote_listener.rs b/core/src/cluster_info_vote_listener.rs index dc3d2aa87a..128964768b 100644 --- a/core/src/cluster_info_vote_listener.rs +++ b/core/src/cluster_info_vote_listener.rs @@ -417,7 +417,7 @@ impl ClusterInfoVoteListener { // Send entire batch at a time so that there is no partial processing of // a single validator's votes by two different banks. This might happen - // if we sent each vote individually, for instance if we creaed two different + // if we sent each vote individually, for instance if we created two different // leader banks from the same common parent, one leader bank may process // only the later votes and ignore the earlier votes. for single_validator_votes in gossip_votes_iterator {