    @ audit setable should be changed to settable
    /// @notice The minimum setable proposal threshold
            @ audit arity should be changed to parity
            'NounsDAO::propose: proposal function information arity mismatch'
     @ audit priviledges should be changed to privileges
     * @notice Burns veto priviledges
@ audit NounsDAOLogicV2.sol should be changed to NounsDAOLogicV3.sol
// NounsDAOLogicV2.sol is a modified version of Compound Lab's GovernorBravoDelegate.sol:
    @ audit the during of should be omitted
    /// @notice Emitted when the during of the forking period is set
    @ audit thats should be changed to that's
    /// @notice An event thats emitted when an account changes its delegate
    event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate);

    @ audit thats should be changed to that's
    /// @notice An event thats emitted when a delegate account's vote balance changes
    event DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance);
