Skip to content

Commit

Permalink
Makefile.lint: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Aug 29, 2023
1 parent 0ba6219 commit b881e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.lint
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cppcheck:
--suppress=missingIncludeSystem .

flawfinder:
@echo "=======> Check for porential security flaws"
@echo "=======> Check for potential security flaws"
@flawfinder --quiet -D .

longlines:
Expand Down

0 comments on commit b881e32

Please sign in to comment.