Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: fix typo in Makefile
  • Loading branch information
RaisinTen committed Nov 19, 2020
commit eb65a1e128df556737196eb747a36446350453f4
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down