From c77484ef78df1f1079eabde4b825d8a1a7052088 Mon Sep 17 00:00:00 2001
From: Philip Offtermatt <p.offtermatt@gmail.com>
Date: Thu, 21 Sep 2023 18:39:13 +0200
Subject: [PATCH] Make format

---
 tests/e2e/json_utils.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/e2e/json_utils.go b/tests/e2e/json_utils.go
index fa1201eda7..5403626694 100644
--- a/tests/e2e/json_utils.go
+++ b/tests/e2e/json_utils.go
@@ -13,7 +13,7 @@ type ProposalAndType struct {
 }
 
 type (
-	// to have a ChainState object that does not have the overriden Marshal/Unmarshal method
+	// to have a ChainState object that does not have the overridden Marshal/Unmarshal method
 	ChainStateCopy ChainState
 
 	// duplicated from the ChainState with a minor change to the Proposals field