From c12497ef12c139dabb661e0592b6b7cd199a2cab Mon Sep 17 00:00:00 2001 From: raisinten Date: Thu, 19 Nov 2020 20:27:41 +0530 Subject: [PATCH] build: fix typo in Makefile PR-URL: https://github.com/nodejs/node/pull/36176 Reviewed-By: James M Snell Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6379f06a2e0b6d..e0d451a62e4d90 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