From 89076eb44ae901ec6a50f29f6e36b8eaef1a5b76 Mon Sep 17 00:00:00 2001 From: gooddayniceday <155267459+gooddayniceday@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:22:16 +0100 Subject: [PATCH] Update SystemConfigOwnable.sol (#61) --- 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.