Skip to content

Commit

Permalink
fix[oval-audit-n-10]: Typographical Errors
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
  • Loading branch information
md0x committed Jun 17, 2024
1 parent 297ab25 commit 3a91858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/controllers/MutableUnlockersController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Ownable} from "openzeppelin-contracts/contracts/access/Ownable.sol";
import {Oval} from "../Oval.sol";

/**
* @title MutableUnlockersController is a controller that only allows unlockers to be change, but other params are immutable.
* @title MutableUnlockersController is a controller that only allows unlockers to be changed, but other params are immutable.
*/
abstract contract MutableUnlockersController is Ownable, Oval {
// these don't need to be public since they can be accessed via the accessor functions below.
Expand Down
4 changes: 2 additions & 2 deletions src/factories/PermissionProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import {Ownable} from "openzeppelin-contracts/contracts/access/Ownable.sol";
import {Multicall} from "openzeppelin-contracts/contracts/utils/Multicall.sol";

/**
* @title PermissionProxy is a proxy that allows extends the permissions given to it to a configurable set
* @title PermissionProxy is a proxy that extends the permissions given to it to a configurable set
* of addresses.
* @dev The intended use case for this contract is to add this as a single unlocker to oval contracts, allowing the
* @dev The intended use case for this contract is to add this as a single unlocker to Oval contracts, allowing the
* owner of this contract to delegate that permission to many different unlocker addresses.
*/
contract PermissionProxy is Ownable, Multicall {
Expand Down

0 comments on commit 3a91858

Please sign in to comment.