Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrowDom committed Oct 23, 2024
1 parent 1fb5af0 commit 95ece09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/vault/VaultCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ contract VaultCore is VaultInitializer {
emit YieldDistribution(_trusteeAddress, yield, fee);
}

// Only rachet OToken supply upwards
// Only ratchet OToken supply upwards
ousdSupply = oUSD.totalSupply(); // Final check should use latest value
if (vaultValue > ousdSupply) {
oUSD.changeSupply(vaultValue);
Expand Down

0 comments on commit 95ece09

Please sign in to comment.