Fix spelling mistake to appease linter

Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
Thane Thomson
2022-04-01 16:03:48 -04:00
parent 431c85be60
commit a682cc89c1

View File

@@ -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:]...)