Browse Source

codespell

Hadrien Croubois 2 years ago
parent
commit
ecec8a7353
1 changed files with 1 additions and 1 deletions
  1. 1 1
      certora/specs/GovernorBaseRules.spec

+ 1 - 1
certora/specs/GovernorBaseRules.spec

@@ -80,7 +80,7 @@ rule againstVotesDontCountTowardsQuorum(uint256 pId, env e)
     assert quorumReached(pId) == quorumReachedBefore, "quorum must not be reached with an against vote";
 }
 
-/// This version is more exaustive, but to slow because "quorumReached" is a FV nightmare
+/// This version is more exhaustive, but to slow because "quorumReached" is a FV nightmare
 // rule againstVotesDontCountTowardsQuorum(uint256 pId, env e, method f)
 //     filtered { f -> voting(f) }
 // {