From a682cc89c16d0a7cc40c8b3b9797bd89f67c62c2 Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Fri, 1 Apr 2022 16:03:48 -0400 Subject: [PATCH] Fix spelling mistake to appease linter Signed-off-by: Thane Thomson --- internal/consensus/state_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consensus/state_test.go b/internal/consensus/state_test.go index 2cecc421f..0960138f7 100644 --- a/internal/consensus/state_test.go +++ b/internal/consensus/state_test.go @@ -2215,7 +2215,7 @@ func TestPrepareProposalReceivesVoteExtensions(t *testing.T) { addr := pv1.Address() voteCh := subscribeToVoter(ctx, t, cs1, addr) - // ensure that the height is commited. + // ensure that the height is committed. ensurePrecommit(t, voteCh, height, round) validatePrecommit(ctx, t, cs1, round, round, vss[0], blockID.Hash, blockID.Hash) incrementHeight(vss[1:]...)