Skip to content

Commit

Permalink
Update Vetoer1of2.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
eeemmmmmm authored Jan 17, 2025
1 parent d98da18 commit 2102f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vetoer1of2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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();

//////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 2102f9c

Please sign in to comment.