From dce527c43aacac406bdd70cf49f68ac0aed98306 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 20 Jun 2023 15:16:03 +0900 Subject: [PATCH] Fix typo in ReserveConfiguration.sol paramters -> parameters --- .../protocol/libraries/configuration/ReserveConfiguration.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/protocol/libraries/configuration/ReserveConfiguration.sol b/contracts/protocol/libraries/configuration/ReserveConfiguration.sol index 8f5e94d9..02ff3bf9 100644 --- a/contracts/protocol/libraries/configuration/ReserveConfiguration.sol +++ b/contracts/protocol/libraries/configuration/ReserveConfiguration.sol @@ -299,7 +299,7 @@ library ReserveConfiguration { } /** - * @dev Gets the configuration paramters of the reserve + * @dev Gets the configuration parameters of the reserve * @param self The reserve configuration * @return The state params representing ltv, liquidation threshold, liquidation bonus, the reserve decimals **/ @@ -318,7 +318,7 @@ library ReserveConfiguration { } /** - * @dev Gets the configuration paramters of the reserve from a memory object + * @dev Gets the configuration parameters of the reserve from a memory object * @param self The reserve configuration * @return The state params representing ltv, liquidation threshold, liquidation bonus, the reserve decimals **/