Skip to content

Commit cda0a80

Browse files
RaisinTentargos
authored andcommittedMay 1, 2021
build: fix typo in Makefile
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>
1 parent b11e3ea commit cda0a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ lint-py:
13451345
PYTHONPATH=tools/pip $(PYTHON) -m flake8 --count --show-source --statistics .
13461346
else
13471347
lint-py:
1348-
$(warning Python linting with flake8 is not avalible)
1348+
$(warning Python linting with flake8 is not available)
13491349
$(warning Run 'make lint-py-build')
13501350
endif
13511351

0 commit comments

Comments
 (0)