Skip to content

Commit aa94f98

Browse files
committed
Spelling error typo fixing
1 parent 40ba7d5 commit aa94f98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/functional/test_framework/test_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def test_success(cmd):
375375
stderr=subprocess.DEVNULL, stdout=subprocess.DEVNULL) == 0
376376

377377
if not sys.platform.startswith('linux'):
378-
self.log.warning("Can't profile with perf; only availabe on Linux platforms")
378+
self.log.warning("Can't profile with perf; only available on Linux platforms")
379379
return None
380380

381381
if not test_success('which perf'):

test/lint/lint-shell.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if ! shellcheck "$EXCLUDE" $SOURCED_FILES $(git ls-files -- '*.sh' | grep -vE 's
6161
fi
6262

6363
if ! command -v yq > /dev/null; then
64-
echo "Skipping Gitian desriptor scripts checking since yq is not installed."
64+
echo "Skipping Gitian descriptor scripts checking since yq is not installed."
6565
exit $EXIT_CODE
6666
fi
6767

0 commit comments

Comments
 (0)