diff --git a/src/interfaces/IAllowanceTransfer.sol b/src/interfaces/IAllowanceTransfer.sol index 712aa9d8..55b2a35c 100644 --- a/src/interfaces/IAllowanceTransfer.sol +++ b/src/interfaces/IAllowanceTransfer.sol @@ -55,7 +55,7 @@ interface IAllowanceTransfer is IEIP712 { /// @notice The permit message signed for a single token allowance struct PermitSingle { - // the permit data for a single token alownce + // the permit data for a single token allowance PermitDetails details; // address permissioned on the allowed tokens address spender;