Skip to content

Commit c12497e

Browse files
RaisinTennodejs-github-bot
authored andcommitted
build: fix typo in Makefile
PR-URL: nodejs#36176 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 709b339 commit c12497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ lint-py:
13461346
PYTHONPATH=tools/pip $(PYTHON) -m flake8 --count --show-source --statistics .
13471347
else
13481348
lint-py:
1349-
$(warning Python linting with flake8 is not avalible)
1349+
$(warning Python linting with flake8 is not available)
13501350
$(warning Run 'make lint-py-build')
13511351
endif
13521352

0 commit comments

Comments
 (0)