From cda0a80713a7a84852ff4a990216eb6142d9a4c0 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 d13d843bc49c8e..53df8e8901c969 100644 --- a/Makefile +++ b/Makefile @@ -1345,7 +1345,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