Commit aa94f98 1 parent 40ba7d5 commit aa94f98 Copy full SHA for aa94f98
File tree 2 files changed +2
-2
lines changed
functional/test_framework
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ def test_success(cmd):
375
375
stderr = subprocess .DEVNULL , stdout = subprocess .DEVNULL ) == 0
376
376
377
377
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" )
379
379
return None
380
380
381
381
if not test_success ('which perf' ):
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ if ! shellcheck "$EXCLUDE" $SOURCED_FILES $(git ls-files -- '*.sh' | grep -vE 's
61
61
fi
62
62
63
63
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."
65
65
exit $EXIT_CODE
66
66
fi
67
67
You can’t perform that action at this time.
0 commit comments