doc: Correct spelling errors in comments

And ci script output.

Identified via test/lint/lint-spelling

(cherry picked from commit bitcoin/bitcoin@9b0e16226e)

Zcash: Only the change to `test/lint/lint-shell.sh`
This commit is contained in:
Ben Woosley 2020-03-02 22:58:57 -08:00 committed by Jack Grigg
parent c23889a150
commit dd84f66600
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if ! shellcheck "$EXCLUDE" $(git ls-files -- '*.sh' | grep -vE 'src/(leveldb|sec
fi
if ! command -v yq > /dev/null; then
echo "Skipping Gitian desriptor scripts checking since yq is not installed."
echo "Skipping Gitian descriptor scripts checking since yq is not installed."
exit $EXIT_CODE
fi