From eb65a1e128df556737196eb747a36446350453f4 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7db5b3320f6181..9972c79c4a9ff3 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