We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 188bb56 + c66cdf3 commit f78116aCopy full SHA for f78116a
1 file changed
test/compound/TestRepay.t.sol
@@ -493,7 +493,7 @@ contract TestRepay is TestSetup {
493
// There should be a delta.
494
// The amount unmatched during the repay.
495
uint256 unmatched = 10 * expectedSupplyBalanceInP2P.mul(morpho.p2pSupplyIndex(cDai));
496
- // The difference between the previous matched amount and the amout unmatched creates a delta.
+ // The difference between the previous matched amount and the amount unmatched creates a delta.
497
uint256 expectedp2pSupplyDeltaInUnderlying = (matched.mul(morpho.p2pSupplyIndex(cDai)) -
498
unmatched);
499
uint256 expectedp2pSupplyDelta = (matched.mul(morpho.p2pSupplyIndex(cDai)) - unmatched)
0 commit comments