Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/interfaces/IPMRMLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface IPMRMLib {
uint basePercent;
/// @dev Contingency applied to perps held in the portfolio, multiplied by spot.
uint perpPercent;
/// @dev Factor for multiplying number of naked shorts (per strike) in the portfolio, multipled by spot.
/// @dev Factor for multiplying number of naked shorts (per strike) in the portfolio, multiplied by spot.
uint optionPercent;
}

Expand Down
2 changes: 1 addition & 1 deletion test/account/unit-tests/Permit.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ contract UNIT_AccountPermit is Test, AccountTestBase {
// depost 1000 coolToken for account2
mintAndDeposit(alice, accountId2, coolToken, coolAsset, tokenSubId, tradeAmount);

// premits and signature arrays
// permits and signature arrays
IAllowances.PermitAllowance[] memory permits = new IAllowances.PermitAllowance[](2);
bytes[] memory signatures = new bytes[](2);

Expand Down
Loading