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