fix: typo

This commit is contained in:
Hadrien Charlanes 2021-06-14 17:21:00 +02:00
parent cdbfeef1dc
commit 1abfdda4af
2 changed files with 2 additions and 2 deletions

View File

@ -427,7 +427,7 @@ interface ILendingPoolConfigurator {
* @dev Updates the total flash loan premium
* flash loan premium consist in 2 parts
* - A part is sent to aToken holders as extra balance
* - A part is collecte by the protocol reserves
* - A part is collected by the protocol reserves
* @param flashloanPremiumTotal total premium in bps
*/
function updateFlashloanPremiumTotal(uint256 flashloanPremiumTotal) external;

View File

@ -919,7 +919,7 @@ contract LendingPool is VersionedInitializable, ILendingPool, LendingPoolStorage
* @dev Updates flash loan premiums
* flash loan premium consist in 2 parts
* - A part is sent to aToken holders as extra balance
* - A part is collecte by the protocol reserves
* - A part is collected by the protocol reserves
* @param flashLoanPremiumTotal total premium in bps
* @param flashLoanPremiumToProtocol part of the premium sent to protocol
*/