From d55d3f04fc8047f6985de063ab66284a0a02019f Mon Sep 17 00:00:00 2001
From: Simon Noetzlin <simon.ntz@gmail.com>
Date: Thu, 9 Nov 2023 10:34:52 +0100
Subject: [PATCH] improve doc

---
 x/ccv/provider/keeper/misbehaviour.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x/ccv/provider/keeper/misbehaviour.go b/x/ccv/provider/keeper/misbehaviour.go
index a4ca389cc5..d8c85ec6a2 100644
--- a/x/ccv/provider/keeper/misbehaviour.go
+++ b/x/ccv/provider/keeper/misbehaviour.go
@@ -169,7 +169,7 @@ func (k Keeper) CheckMisbehaviour(ctx sdk.Context, misbehaviour ibctmtypes.Misbe
 	}
 
 	// VerifyClientMessage calls verifyMisbehaviour which verifies that the headers in the misbehaviour
-	// are valid against their respective trusted consensus states and  that trustLevel of the validator set signed their commit.
+	// are valid against their respective trusted consensus states and that at least a TrustLevel of the validator set signed their commit.
 	// see checkMisbehaviourHeader in ibc-go/blob/v7.3.0/modules/light-clients/07-tendermint/misbehaviour_handle.go#L126
 	if err := clientState.VerifyClientMessage(ctx, k.cdc, clientStore, &misbehaviour); err != nil {
 		return err