From c4db4561f64ac06ebc58783d40aa9b9eea80f68b Mon Sep 17 00:00:00 2001 From: gooddayniceday <155267459+gooddayniceday@users.noreply.github.com> Date: Sat, 18 Jan 2025 13:34:23 +0100 Subject: [PATCH] Update SystemConfigOwnable.sol --- contracts/src/SystemConfigOwnable.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/SystemConfigOwnable.sol b/contracts/src/SystemConfigOwnable.sol index 2c77e2d..36ec572 100644 --- a/contracts/src/SystemConfigOwnable.sol +++ b/contracts/src/SystemConfigOwnable.sol @@ -20,7 +20,7 @@ import {IResourceMetering} from "@eth-optimism-bedrock/src/L1/interfaces/IResour /// @custom:proxied true /// @title SystemConfigOwnable /// @notice The SystemConfig contract is used to manage configuration of an Optimism network. -/// All configuration is stored on L1 and picked up by L2 as part of the derviation of +/// All configuration is stored on L1 and picked up by L2 as part of the derivation of /// the L2 chain. contract SystemConfigOwnable is OwnableConfig, ISemver, IGasToken { /// @notice Version identifier, used for upgrades.