diff --git a/src/SablierV2ProxyPlugin.sol b/src/SablierV2ProxyPlugin.sol index a9be57c2..a3e21783 100644 --- a/src/SablierV2ProxyPlugin.sol +++ b/src/SablierV2ProxyPlugin.sol @@ -69,7 +69,7 @@ contract SablierV2ProxyPlugin is //////////////////////////////////////////////////////////////////////////*/ /// @inheritdoc ISablierV2LockupSender - /// @notice Forwards the refunded assets to the proxy owner when the recipient cancel a stream whose sender is the + /// @notice Forwards the refunded assets to the proxy owner when the recipient cancels a stream whose sender is the /// proxy contract. /// @dev Requirements: /// - Must be delegate called. diff --git a/src/SablierV2ProxyTarget.sol b/src/SablierV2ProxyTarget.sol index 3e57ed35..504c6262 100644 --- a/src/SablierV2ProxyTarget.sol +++ b/src/SablierV2ProxyTarget.sol @@ -203,7 +203,7 @@ contract SablierV2ProxyTarget is } } - // Transfers the assets to the proxy and approve the Sablier contract to spend them. + // Transfers the assets to the proxy and approves the Sablier contract to spend them. _transferAndApprove(address(lockupLinear), asset, transferAmount, permit2Params); // Create a stream for each element in the parameter array.