robriks 3 年之前
父节点
当前提交
47003aebec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/governance/Governor.sol

+ 1 - 1
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._
  */