aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-shell.sh
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2020-03-02 22:58:57 -0800
committerBen Woosley <ben.woosley@gmail.com>2020-03-02 23:07:21 -0800
commit9b0e16226e6c1fb6a3550d635339f1bbb49a852f (patch)
treead93a0a6b9ae2d7634d3e5f2fb50da71e05fa9c9 /test/lint/lint-shell.sh
parentac5c5d0162a963be6fbaa53261c01705436a65f3 (diff)
downloadbitcoin-9b0e16226e6c1fb6a3550d635339f1bbb49a852f.tar.xz
doc: Correct spelling errors in comments
And ci script output. Identified via test/lint/lint-spelling
Diffstat (limited to 'test/lint/lint-shell.sh')
-rwxr-xr-xtest/lint/lint-shell.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/lint-shell.sh b/test/lint/lint-shell.sh
index 63624e3ae0..f59b2c9945 100755
--- a/test/lint/lint-shell.sh
+++ b/test/lint/lint-shell.sh
@@ -41,7 +41,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