Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos in comment #2324

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/fork-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ main()
params+="test/**/*.fork-test.js"
fi
else
# Run specifc files when a param is given
# Run specific files when a param is given
params+="$@"
fi

Expand Down
2 changes: 1 addition & 1 deletion contracts/scripts/resolution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ Then, you can run the approximately 1,000 transfers as tests against a fork. Eac
node scripts/resolution/testSequenceRun.js \
--testFile=scripts/resolution/test.json

You can run this same command on both a local fork before the update, and a seperate local fork after the upgrade has run.
You can run this same command on both a local fork before the update, and a separate local fork after the upgrade has run.
2 changes: 1 addition & 1 deletion contracts/scripts/staking/airDrop.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Script for generating a merkle tree root hash and the proof corrosponding to each drop
// Script for generating a merkle tree root hash and the proof corresponding to each drop
// inspired by https://github.com/ricmoo/ethers-airdrop
//
// Usage:
Expand Down
2 changes: 1 addition & 1 deletion contracts/scripts/staking/airDropVerification.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Script for generating a merkle tree root hash and the proof corrosponding to each drop
// Script for generating a merkle tree root hash and the proof corresponding to each drop
// Usage:
// - Run:
// node airDropVerification.js <rootNodeHash> <treeDepth>
Expand Down
2 changes: 1 addition & 1 deletion contracts/tasks/compensation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Output analysis 1.15.2021 by sparrowDom reimbursements hash: 0x7be111312b7921a476d7428f6f43555684ac06739acfc01341649dfbc5f4bac3
* OUSD required by contract: 1696579.792469218771921386 OUSD
* OUSD transfered to contract: 1696590
* OUSD transferred to contract: 1696590
* OUSD remaining in the contract after all claims: 84.554630679871612032
*
* Accounts failing to claim because they were non payable:
Expand Down