Skip to content

Commit

Permalink
fix typo in GovernorCountingSimple (OpenZeppelin#2879)
Browse files Browse the repository at this point in the history
Co-authored-by: Joey Santoro <joseph.santoro@duke.edu>
  • Loading branch information
Joeysantoro and Joey Santoro authored Sep 23, 2021
1 parent 6af4ed6 commit f77fd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/governance/extensions/GovernorCountingSimple.sol
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ abstract contract GovernorCountingSimple is Governor {
}

/**
* @dev See {Governor-_voteSucceeded}. In this module, the forVotes must be scritly over the againstVotes.
* @dev See {Governor-_voteSucceeded}. In this module, the forVotes must be strictly over the againstVotes.
*/
function _voteSucceeded(uint256 proposalId) internal view virtual override returns (bool) {
ProposalVote storage proposalvote = _proposalVotes[proposalId];
Expand Down

0 comments on commit f77fd46

Please sign in to comment.