From c2d22c58b8dc247e7fd3971d30172869efd4409f Mon Sep 17 00:00:00 2001 From: teenager-ETH Date: Mon, 6 Jan 2025 22:06:24 +0100 Subject: [PATCH] Fix typo Update IStorageRegistry.sol --- src/interfaces/IStorageRegistry.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/IStorageRegistry.sol b/src/interfaces/IStorageRegistry.sol index 532fbfc8..528ae958 100644 --- a/src/interfaces/IStorageRegistry.sol +++ b/src/interfaces/IStorageRegistry.sol @@ -190,7 +190,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. */