diff --git a/src/libraries/Error.sol b/src/libraries/Error.sol index 2eb496e7c..02236a397 100644 --- a/src/libraries/Error.sol +++ b/src/libraries/Error.sol @@ -32,7 +32,7 @@ error NotOrigin(); error DataTooLarge(uint256 dataLength, uint256 maxDataLength); /// @dev The provided is not a contract and was expected to be -/// @param addr The adddress in question +/// @param addr The address in question error NotContract(address addr); /// @dev The merkle proof provided was too long