From 6dc3fd8ad58b27248dc06df5fe8093b89b2a1c96 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Sun, 14 Mar 2021 21:21:26 +0900 Subject: [PATCH] Fix typo: partecipate => participate --- contracts/tokenization/AToken.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/tokenization/AToken.sol b/contracts/tokenization/AToken.sol index 943aeb7..7d29510 100644 --- a/contracts/tokenization/AToken.sol +++ b/contracts/tokenization/AToken.sol @@ -351,7 +351,7 @@ contract AToken is ERC20, ERC20Detailed { if(interestRedirectionAddresses[_user] == address(0)){ //accruing for himself means that both the principal balance and - //the redirected balance partecipate in the interest + //the redirected balance participate in the interest return calculateCumulatedBalanceInternal( _user, currentPrincipalBalance.add(redirectedBalance)