Skip to content

Commit

Permalink
Update contracts/reverseRegistrar/SignatureReverseResolver.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Johnson <[email protected]>
  • Loading branch information
makoto and Arachnid authored Mar 1, 2024
1 parent b58226f commit ad32e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/reverseRegistrar/SignatureReverseResolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ contract SignatureReverseResolver is Ownable, ISignatureReverseResolver {
}

function isAuthorised(address addr) internal view virtual returns (bool) {
revert("This function needs to be overriten");
revert("This function needs to be overridden");
}

function isAuthorisedWithSignature(
Expand Down

0 comments on commit ad32e16

Please sign in to comment.