diff --git a/mainnet/2023-07-26-transfer-owner-nested-safes/Makefile b/mainnet/2023-07-26-transfer-owner-nested-safes/Makefile index 11ff1425..8aed061e 100644 --- a/mainnet/2023-07-26-transfer-owner-nested-safes/Makefile +++ b/mainnet/2023-07-26-transfer-owner-nested-safes/Makefile @@ -7,7 +7,7 @@ override LEDGER_ACCOUNT = 0 endif ## -# Commands for transfering ownership of L1 and L2 contracts to corresponding nested multisigs +# Commands for transferring ownership of L1 and L2 contracts to corresponding nested multisigs # with CB and OP as signers ## diff --git a/setup-templates/template-incident/script/SetupNewProposer.s.sol b/setup-templates/template-incident/script/SetupNewProposer.s.sol index 7903b2ed..b4df0ea6 100644 --- a/setup-templates/template-incident/script/SetupNewProposer.s.sol +++ b/setup-templates/template-incident/script/SetupNewProposer.s.sol @@ -22,7 +22,7 @@ contract SetupNewProposer is Script { console.log(oldProposer); console.log(NEW_PROPOSER); - // Deploy L2OutputOracle new implementation wiht the new submission interval + // Deploy L2OutputOracle new implementation with the new submission interval vm.broadcast(DEPLOYER); L2OutputOracle l2OutputOracleImpl = new L2OutputOracle({ _submissionInterval: oldSubmissionInterval,