From fc675561fd7c90478102fb9728e720e36df262dd Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:39:30 +0300 Subject: [PATCH] Update IStorageRegistry.sol --- src/interfaces/IStorageRegistry.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/IStorageRegistry.sol b/src/interfaces/IStorageRegistry.sol index 98927837..d8eec964 100644 --- a/src/interfaces/IStorageRegistry.sol +++ b/src/interfaces/IStorageRegistry.sol @@ -192,7 +192,7 @@ interface IStorageRegistry { function refreshPrice() external; /** - * @notice Change the price feed addresss. Callable by owner. + * @notice Change the price feed address. Callable by owner. * * @param feed The new price feed. */ @@ -201,7 +201,7 @@ interface IStorageRegistry { ) external; /** - * @notice Change the uptime feed addresss. Callable by owner. + * @notice Change the uptime feed address. Callable by owner. * * @param feed The new uptime feed. */