From 17d5e714891677fabdf5243abcb386377f5a48b9 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Mon, 16 May 2022 15:29:49 -0400 Subject: [PATCH] Update internal/consensus/state.go Co-authored-by: Sergio Mena --- internal/consensus/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consensus/state.go b/internal/consensus/state.go index 99fbae497..9a35f911a 100644 --- a/internal/consensus/state.go +++ b/internal/consensus/state.go @@ -2386,7 +2386,7 @@ func (cs *State) addVote( !bytes.Equal(vote.ValidatorAddress, myAddr) { // The core fields of the vote message were already validated in the // consensus reactor when the vote was received. - // Here, we valdiate that the vote extension was included in the vote + // Here, we validate that the vote extension was included in the vote // message. // Chains that are not configured to require vote extensions // will consider the vote valid even if the extension is absent.