From 9faf20aecb886187f5c6d0b2331f00385f452252 Mon Sep 17 00:00:00 2001 From: sakulstra Date: Thu, 8 Aug 2024 16:29:14 +0200 Subject: [PATCH] fix: typo --- .../contracts/static-a-token/interfaces/IStaticATokenLM.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/periphery/contracts/static-a-token/interfaces/IStaticATokenLM.sol b/src/periphery/contracts/static-a-token/interfaces/IStaticATokenLM.sol index 5793f1b6..2fbdd9cf 100644 --- a/src/periphery/contracts/static-a-token/interfaces/IStaticATokenLM.sol +++ b/src/periphery/contracts/static-a-token/interfaces/IStaticATokenLM.sol @@ -225,7 +225,7 @@ interface IStaticATokenLM is IInitializableStaticATokenLM, IERC4626 { * The price is calculated as `underlying_price * exchangeRate`. * It is important to note that: * - `underlying_price` is the price obtained by the aave-oracle and is subject to it's internal pricing mechanisms. - * - as the price is scaled over the excahngeRate, but maintains the same precision as the underlying the price might be underestimated by 1 unit. + * - as the price is scaled over the exchangeRate, but maintains the same precision as the underlying the price might be underestimated by 1 unit. * - when pricing multiple `shares` as `shares * price` keep in mind that the error compounds. * @return price the current asset price. */