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
committerNode.js GitHub Bot <github-bot@iojs.org>2020-11-27 20:19:13 +0300
commitc12497ef12c139dabb661e0592b6b7cd199a2cab (patch)
tree05b751b4b71abdf60bdae5f04b0fc35be2a79fa4 /Makefile
parent709b3398782e33924f8dd6f6162bc704a439e3ee (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