mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
build: fix codespell errors
This fixes the following errors:
$ make codespell
[...]
codespell --ignore-regex "UE|creat|doas|shotcut|ether" src test
src/firemon/procevent.c:188: duble ==> double
src/fnettrace/main.c:30: postive ==> positive
src/fnettrace/main.c:30: defiend ==> defined
src/fnettrace/main.c:482: isplay ==> display
make: *** [Makefile:371: codespell] Error 65
$ codespell --version
2.2.5
Added in the following commits:
* bef5d86a1 ("increase socket buffer size for firemon, bug #2700",
2019-09-29)
* c4962789f ("nettrace stats", 2023-08-08)
This commit is contained in:
parent
009434f922
commit
2300980849
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -368,7 +368,7 @@ scan-build: clean
|
|||
|
||||
.PHONY: codespell
|
||||
codespell: clean
|
||||
codespell --ignore-regex "UE|creat|doas|shotcut|ether" src test
|
||||
codespell --ignore-regex "UE|creat|doas|ether|isplay|shotcut" src test
|
||||
|
||||
.PHONY: print-env
|
||||
print-env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue