From 774ff9924f52ad034e46bf0d66604cc8e621f1d8 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Fri, 10 Nov 2023 10:08:38 +0100 Subject: [PATCH] Update testutil/crypto/evidence.go Co-authored-by: insumity --- testutil/crypto/evidence.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutil/crypto/evidence.go b/testutil/crypto/evidence.go index f4a38f990f..beac816097 100644 --- a/testutil/crypto/evidence.go +++ b/testutil/crypto/evidence.go @@ -95,7 +95,7 @@ func MakeAndSignVoteWithForgedValAddress( // UpdateHeaderCommitWithNilVotes updates the given light client header // by changing the commit BlockIDFlag of the given validators to nil // -// Note that this method is solely used for testing purpose +// Note that this method is solely used for testing purposes func UpdateHeaderCommitWithNilVotes(header *ibctmtypes.Header, validators []*tmtypes.Validator) { if len(validators) > len(header.ValidatorSet.Validators) { panic(fmt.Sprintf("cannot change more than %d validators votes: got %d",