Skip to content

Commit

Permalink
Fix a typo in comment in UpgradeExecutor.s.sol (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBonny authored Jan 7, 2025
1 parent c81aba1 commit a2abf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/foundry/utils/upgrades/UpgradeExecutor.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2abf60

Please sign in to comment.