diff --git a/src/interfaces/IStorageRegistry.sol b/src/interfaces/IStorageRegistry.sol index 532fbfc8..6d7fdc48 100644 --- a/src/interfaces/IStorageRegistry.sol +++ b/src/interfaces/IStorageRegistry.sol @@ -190,14 +190,14 @@ 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. */ function setPriceFeed(AggregatorV3Interface feed) 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. */