Skip to content

Commit 4517f92

Browse files
committed
chore: fix a typo
1 parent fcb1e0d commit 4517f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/LibTokenizedVault.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ library LibTokenizedVault {
189189
if (withdrawableDividend > 0) {
190190
// Bump the withdrawn dividends for the owner
191191
/// Special Case: (_tokenId == _dividendTokenId), i.e distributing accrued interest for rebasing coins like USDM
192-
/// withdrawnDividendPerOwner should be adjusted before tha update, so that the user cannot claim additional dividend based on the amount he just received as dividend
192+
/// withdrawnDividendPerOwner should be adjusted before the update, so that the user cannot claim additional dividend based on the amount he just received as dividend
193193
/// dividend is calculated based on a ratio between users balance and the total, but in this case claiming the dividend his balance increases and
194194
/// thus his share of the total increases as well, which entitles him to claim more of the dividend, potentially draining out the entirety of it if repeated infinitely
195195
if (_tokenId == _dividendTokenId) {

0 commit comments

Comments
 (0)