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