From 2102f9c6e7bafa56e0c4c896d666d0fc0bdda851 Mon Sep 17 00:00:00 2001 From: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:50:25 +0100 Subject: [PATCH] Update Vetoer1of2.sol --- src/Vetoer1of2.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); //////////////////////////////////////////////////////////////