From e3391cd65f57c6b16c1d1be17e52380d6517ded1 Mon Sep 17 00:00:00 2001 From: Drew Beller Date: Tue, 28 Dec 2021 16:52:00 -0800 Subject: [PATCH] Fix typo (#3058) --- 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 813516130..ce0809fb3 100644 --- a/contracts/proxy/Proxy.sol +++ b/contracts/proxy/Proxy.sol @@ -17,7 +17,7 @@ abstract contract Proxy { /** * @dev Delegates the current call to `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 _delegate(address implementation) internal virtual { assembly {