From 8108f2f9b917616a8cd0661c31a211ad9f988110 Mon Sep 17 00:00:00 2001 From: James Zaki Date: Thu, 8 Oct 2020 07:43:40 +1100 Subject: [PATCH] Fixed comment typo (#2372) --- contracts/proxy/TransparentUpgradeableProxy.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/proxy/TransparentUpgradeableProxy.sol b/contracts/proxy/TransparentUpgradeableProxy.sol index 363c2586d..547007f6b 100644 --- a/contracts/proxy/TransparentUpgradeableProxy.sol +++ b/contracts/proxy/TransparentUpgradeableProxy.sol @@ -23,7 +23,7 @@ import "./UpgradeableProxy.sol"; * to sudden errors when trying to call a function from the proxy implementation. * * Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, - * you should think of the `ProxyAdmin` instance as the real administrative inerface of your proxy. + * you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy. */ contract TransparentUpgradeableProxy is UpgradeableProxy { /**