Fix many spelling errors (#3274)

This commit is contained in:
Pandapip1
2022-03-22 17:16:20 -04:00
committed by GitHub
parent 0eba5112c8
commit faf5820f03
21 changed files with 73 additions and 73 deletions

View File

@ -106,13 +106,13 @@ class GovernorHelper {
opts,
)))
: vote.params
// otherwize if params
// otherwise if params
? this.governor.castVoteWithReasonAndParams(...concatOpts(
[ proposal.id, vote.support, vote.reason || '', vote.params ],
opts,
))
: vote.reason
// otherwize if reason
// otherwise if reason
? this.governor.castVoteWithReason(...concatOpts(
[ proposal.id, vote.support, vote.reason ],
opts,
@ -165,7 +165,7 @@ class GovernorHelper {
const descriptionHash = web3.utils.keccak256(description);
// condensed version for queing end executing
// condensed version for queueing end executing
const shortProposal = [
targets,
values,