From bfe3dffc9f3a039cd6d851f5982c3b58bac652ec Mon Sep 17 00:00:00 2001 From: JohnBonny <158583902+JohnBonny@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:47:02 +0100 Subject: [PATCH] Update UpgradeExecutor.s.sol --- script/foundry/utils/upgrades/UpgradeExecutor.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/foundry/utils/upgrades/UpgradeExecutor.s.sol b/script/foundry/utils/upgrades/UpgradeExecutor.s.sol index 6477a63c..b042b211 100644 --- a/script/foundry/utils/upgrades/UpgradeExecutor.s.sol +++ b/script/foundry/utils/upgrades/UpgradeExecutor.s.sol @@ -55,7 +55,7 @@ abstract contract UpgradeExecutor is Script, BroadcastManager, JsonDeploymentHan string fromVersion; /// @notice The version to upgrade to string toVersion; - /// @notice action acumulator for batch txs + /// @notice action accumulator for batch txs bytes[] multicallData; /// @dev check if the proxy's authority is the accessManager in the file