Skip to content

Commit cda0a80

Browse files
RaisinTentargos
authored andcommitted
build: fix typo in Makefile
PR-URL: #36176 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent b11e3ea commit cda0a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)