From f590fcdfe9dfd73d9fb4c11b9e6c58f8fd3ca23c Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Fri, 4 Mar 2022 10:40:20 -0300 Subject: [PATCH] Fix typo in Proxy.sol --- contracts/proxy/Proxy.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/proxy/Proxy.sol b/contracts/proxy/Proxy.sol index 9e8aa9124..f0e74d22f 100644 --- a/contracts/proxy/Proxy.sol +++ b/contracts/proxy/Proxy.sol @@ -53,7 +53,7 @@ abstract contract Proxy { /** * @dev Delegates the current call to the address returned by `_implementation()`. * - * This function does not return to its internall call site, it will return directly to the external caller. + * This function does not return to its internal call site, it will return directly to the external caller. */ function _fallback() internal virtual { _beforeFallback();