Skip to content

Commit

Permalink
build: fix typo in Makefile
Browse files Browse the repository at this point in the history
PR-URL: #36176
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
RaisinTen authored and targos committed May 1, 2021
1 parent b11e3ea commit cda0a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

Expand Down

0 comments on commit cda0a80

Please sign in to comment.