Skip to content

Commit

Permalink
chore: fix spelling in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Mar 25, 2024
1 parent 129f300 commit ac0be62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/test/utils/simulation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Based on the parameters passed to `SimulationEnvironment.initWithDefaults` the f
# Contains all validators definition with relative path
validator_definitions.yml
/secrets
# Public key prefixed password for keystore decrypiton
# Public key prefixed password for keystore decryption
0x18302981aadffccc123313.txt
/keystores
# Public key prefixed with 0x, EIP-2335 keystore file
Expand Down
2 changes: 1 addition & 1 deletion scripts/await-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ while [[ "$VERSION_EXPECTED" != "$VERSION_LATEST" ]]; do

# Allow the CI to timeout
if (( $TIME >= $TIMEOUT )); then
echo "WARN: Timehout $TIME >= $TIMEOUT before finding correct version, NPM might fail..."
echo "WARN: Timeout $TIME >= $TIMEOUT before finding correct version, NPM might fail..."
break; # We don't want to exit yet, let the CI fail on NPM later
fi
sleep $SLEEP
Expand Down

0 comments on commit ac0be62

Please sign in to comment.