From f36a5585f9fa4038b4259614767b64093d622808 Mon Sep 17 00:00:00 2001 From: Akhil Chainani Date: Mon, 16 Dec 2024 13:51:47 -0500 Subject: [PATCH] fix typo --- .../common/changeset/transfer_to_mcms_with_timelock_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/common/changeset/transfer_to_mcms_with_timelock_test.go b/deployment/common/changeset/transfer_to_mcms_with_timelock_test.go index 6434aa8a380..49c46aab5f0 100644 --- a/deployment/common/changeset/transfer_to_mcms_with_timelock_test.go +++ b/deployment/common/changeset/transfer_to_mcms_with_timelock_test.go @@ -129,7 +129,7 @@ func TestRenounceTimelockDeployer(t *testing.T) { require.NoError(t, err) require.Equal(t, int64(1), r.Int64()) - // Retrive the admin address + // Retrieve the admin address admin, err := tl.GetRoleMember(&bind.CallOpts{}, adminRole, big.NewInt(0)) require.NoError(t, err)