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