Skip to content

Commit

Permalink
Fix typo in L2Resolver commment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Jul 22, 2024
1 parent 1b3147f commit 9d4d4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/L2/L2Resolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ contract L2Resolver is
/// @notice The reverse registrar contract.
address public reverseRegistrar;

/// @notice A mapping of operators per owner address. An operator is authroized to make changes to
/// @notice A mapping of operators per owner address. An operator is authorized to make changes to
/// all names owned by the `owner`.
mapping(address owner => mapping(address operator => bool isApproved)) private _operatorApprovals;

Expand Down

0 comments on commit 9d4d4dd

Please sign in to comment.