From e37c9a2475ebe3b58450309280f6501cf6a0ad7f Mon Sep 17 00:00:00 2001 From: Romashka Date: Wed, 18 Dec 2024 20:49:49 +0200 Subject: [PATCH] typo-Update LightClient.t.sol --- contracts/test/LightClient.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/test/LightClient.t.sol b/contracts/test/LightClient.t.sol index 8b71845da..882fdf792 100644 --- a/contracts/test/LightClient.t.sol +++ b/contracts/test/LightClient.t.sol @@ -109,7 +109,7 @@ contract LightClient_constructor_Test is LightClientCommonTest { lc = new LCMock(_genesis, _genesisStakeTableState, _stateHistoryRetentionPeriod); } - // test that initiazing the contract reverts when the stateHistoryRetentionPeriod is below the + // test that initializing the contract reverts when the stateHistoryRetentionPeriod is below the // required threshold function test_RevertWhen_InvalidStateHistoryRetentionPeriodOnSetUp() public { uint32 invalidRetentionPeriod = 10;