Skip to content

Commit

Permalink
spelling mistake in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Splidge committed Aug 25, 2021
1 parent 88bf46c commit 279c973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/RCTreasury.sol
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ contract RCTreasury is AccessControl, NativeMetaTransaction, IRCTreasury {
╚═════════════════════════════════╝*/
/// @dev uber owner required for upgrades
/// @dev deploying and setting a new factory is effectively an upgrade
/// @dev this is seperate so owner so can be set to multisig, or burn address to relinquish upgrade ability
/// @dev this is separate so owner so can be set to multisig, or burn address to relinquish upgrade ability
/// @dev ... while maintaining governance over other governance functions

function setFactoryAddress(address _newFactory)
Expand Down Expand Up @@ -506,7 +506,7 @@ contract RCTreasury is AccessControl, NativeMetaTransaction, IRCTreasury {
marketBalance -= _amount;
marketPot[_market] += _amount;
totalMarketPots += _amount;
/// @dev return the amount just incase it was adjusted
/// @dev return the amount just in case it was adjusted
return _amount;
}

Expand Down

0 comments on commit 279c973

Please sign in to comment.