Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraisinten <raisinten@gmail.com>2020-11-19 17:57:41 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2020-12-07 21:55:07 +0300
commit74adc441c4445aa7c45b8088287349531b794fd6 (patch)
tree83774613a04df3bf65829a83f412ae3125b386bc /Makefile
parente79bdc313a0466610b620ca4aa1a24c2042f9513 (diff)
build: fix typo in Makefile
PR-URL: https://github.com/nodejs/node/pull/36176 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6379f06a2e0..e0d451a62e4 100644
--- a/Makefile
+++ b/Makefile
@@ -1346,7 +1346,7 @@ lint-py:
PYTHONPATH=tools/pip $(PYTHON) -m flake8 --count --show-source --statistics .
else
lint-py:
- $(warning Python linting with flake8 is not avalible)
+ $(warning Python linting with flake8 is not available)
$(warning Run 'make lint-py-build')
endif