Mio 2 years ago
parent
commit
501a78e134
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contracts/governance/IGovernor.sol

+ 2 - 2
contracts/governance/IGovernor.sol

@@ -58,7 +58,7 @@ abstract contract IGovernor is IERC165 {
      * @dev Emitted when a vote is cast with params.
      * @dev Emitted when a vote is cast with params.
      *
      *
      * Note: `support` values should be seen as buckets. Their interpretation depends on the voting module used.
      * Note: `support` values should be seen as buckets. Their interpretation depends on the voting module used.
-     * `params` are additional encoded parameters. Their intepepretation also depends on the voting module used.
+     * `params` are additional encoded parameters. Their interpepretation also depends on the voting module used.
      */
      */
     event VoteCastWithParams(
     event VoteCastWithParams(
         address indexed voter,
         address indexed voter,
@@ -140,7 +140,7 @@ abstract contract IGovernor is IERC165 {
 
 
     /**
     /**
      * @notice module:user-config
      * @notice module:user-config
-     * @dev Delay, in number of block, between the proposal is created and the vote starts. This can be increassed to
+     * @dev Delay, in number of block, between the proposal is created and the vote starts. This can be increased to
      * leave time for users to buy voting power, or delegate it, before the voting of a proposal starts.
      * leave time for users to buy voting power, or delegate it, before the voting of a proposal starts.
      */
      */
     function votingDelay() public view virtual returns (uint256);
     function votingDelay() public view virtual returns (uint256);