Skip to content

Commit

Permalink
chore: fix typo in certora/specs/OwnerReach.spec (#902)
Browse files Browse the repository at this point in the history
Hello, I found a typo error in `certora/specs/OwnerReach.spec`: 

`isOwnerNotSelfOrSentinal ` -> `isOwnerNotSelfOrSentinel`

Thank you.

Signed-off-by: ericlehong <[email protected]>
  • Loading branch information
ericlehong authored Jan 16, 2025
1 parent 8677f32 commit 2a599c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/specs/OwnerReach.spec
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ rule isOwnerDoesNotRevert {
assert !lastReverted, "isOwner should not revert";
}

rule isOwnerNotSelfOrSentinal {
rule isOwnerNotSelfOrSentinel {
address addr;
require addr == currentContract || addr == SENTINEL;
requireInvariant self_not_owner();
Expand Down

0 comments on commit 2a599c4

Please sign in to comment.