diff --git a/contracts/governance/Governor.sol b/contracts/governance/Governor.sol index 101138821..92e1ab440 100644 --- a/contracts/governance/Governor.sol +++ b/contracts/governance/Governor.sol @@ -22,7 +22,7 @@ import "./IGovernor.sol"; * * - A counting module must implement {quorum}, {_quorumReached}, {_voteSucceeded} and {_countVote} * - A voting module must implement {_getVotes} - * - Additionanly, the {votingPeriod} must also be implemented + * - Additionally, the {votingPeriod} must also be implemented * * _Available since v4.3._ */