Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Jul 5, 2024
1 parent d961421 commit 9bf62e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Safe7579.sol
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ contract Safe7579 is ISafe7579, SafeOp, SupportViewer, AccessControl, Initialize
{
if (moduleType == MODULE_TYPE_VALIDATOR) {
// Safe7579 adapter allows for validator fallback to Safe's checkSignatures().
// It can thus be considered a valid validtor module
// It can thus be considered a valid validator module
if (module == msg.sender) return true;
return _isValidatorInstalled(module);
} else if (moduleType == MODULE_TYPE_EXECUTOR) {
Expand Down

0 comments on commit 9bf62e7

Please sign in to comment.