From dd84f66600745a87b4e9377139903d43202a9360 Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Mon, 2 Mar 2020 22:58:57 -0800 Subject: [PATCH] doc: Correct spelling errors in comments And ci script output. Identified via test/lint/lint-spelling (cherry picked from commit bitcoin/bitcoin@9b0e16226e6c1fb6a3550d635339f1bbb49a852f) Zcash: Only the change to `test/lint/lint-shell.sh` --- test/lint/lint-shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lint/lint-shell.sh b/test/lint/lint-shell.sh index 0c45d2413..ba0c906de 100755 --- a/test/lint/lint-shell.sh +++ b/test/lint/lint-shell.sh @@ -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