diff --git a/src/Vetoer1of2.sol b/src/Vetoer1of2.sol index 3b9ed38..d723d1f 100644 --- a/src/Vetoer1of2.sol +++ b/src/Vetoer1of2.sol @@ -53,7 +53,7 @@ contract Vetoer1of2 { /// @notice Thrown at deployment if `target` is the zero address. error TargetCantBeZeroAddress(); - /// @notice Thrown when calling 'veto()' from an unhautorized signer. + /// @notice Thrown when calling 'veto()' from an unauthorized signer. error SenderIsNotWhitelistedSigner(); //////////////////////////////////////////////////////////////