From e60daeba7bf184cc8873d8137fd024000e17ffb3 Mon Sep 17 00:00:00 2001 From: ross <92001561+z0r0z@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:34:09 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=A2=20typographical=20nit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit goverened -> governed --- src/starkware/solidity/components/GovernedFinalizable.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/starkware/solidity/components/GovernedFinalizable.sol b/src/starkware/solidity/components/GovernedFinalizable.sol index 6450e8d6..5cbb3277 100644 --- a/src/starkware/solidity/components/GovernedFinalizable.sol +++ b/src/starkware/solidity/components/GovernedFinalizable.sol @@ -11,7 +11,7 @@ import "starkware/solidity/libraries/NamedStorage8.sol"; abstract contract GovernedFinalizable is MGovernance { event Finalized(); - string constant STORAGE_TAG = "STARKWARE_CONTRACTS_GOVERENED_FINALIZABLE_1.0_TAG"; + string constant STORAGE_TAG = "STARKWARE_CONTRACTS_GOVERNED_FINALIZABLE_1.0_TAG"; function isFinalized() public view returns (bool) { return NamedStorage.getBoolValue(STORAGE_TAG);