From acfec287c0abdeafcbaf1fef675dba528fff282b Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:52:15 +0200 Subject: [PATCH] chore: fix typo in comment --- contracts/src/interfaces/IEscrow.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/src/interfaces/IEscrow.sol b/contracts/src/interfaces/IEscrow.sol index 856c1f8..b5b5172 100644 --- a/contracts/src/interfaces/IEscrow.sol +++ b/contracts/src/interfaces/IEscrow.sol @@ -76,7 +76,7 @@ interface IEscrow { /// @dev Create a transaction. /// @param _deadline Time after which a party can automatically execute the arbitrable transaction. /// @param _transactionUri The IPFS Uri Hash of the transaction. - /// @param _buyer Party that pays for the transaction. Note that msg.sender can provide finds on their behalf. + /// @param _buyer Party that pays for the transaction. Note that msg.sender can provide funds on their behalf. /// @param _seller The recipient of the transaction. /// @return transactionID The index of the transaction. function createNativeTransaction( @@ -91,7 +91,7 @@ interface IEscrow { /// @param _token The ERC20 token contract. /// @param _deadline Time after which a party can automatically execute the arbitrable transaction. /// @param _transactionUri The IPFS Uri Hash of the transaction. - /// @param _buyer Party that pays for the transaction. Note that msg.sender can provide finds on their behalf. + /// @param _buyer Party that pays for the transaction. Note that msg.sender can provide funds on their behalf. /// @param _seller The recipient of the transaction. /// @return transactionID The index of the transaction. function createERC20Transaction(