From a68e8df93bba74b78d6f20a5576fa2192162c6b5 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:29:06 +0300 Subject: [PATCH] Update GPv2SafeERC20.sol --- contracts/dependencies/gnosis/contracts/GPv2SafeERC20.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/dependencies/gnosis/contracts/GPv2SafeERC20.sol b/contracts/dependencies/gnosis/contracts/GPv2SafeERC20.sol index fa234fa7d..b441a7eba 100644 --- a/contracts/dependencies/gnosis/contracts/GPv2SafeERC20.sol +++ b/contracts/dependencies/gnosis/contracts/GPv2SafeERC20.sol @@ -57,7 +57,7 @@ library GPv2SafeERC20 { // NOTE: Inspecting previous return data requires assembly. Note that // we write the return data to memory 0 in the case where the return // data size is 32, this is OK since the first 64 bytes of memory are - // reserved by Solidy as a scratch space that can be used within + // reserved by Solidity as a scratch space that can be used within // assembly blocks. // // solhint-disable-next-line no-inline-assembly