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:
Kelvin M. Klann 2023-08-12 03:32:21 -03:00
parent 009434f922
commit 2300980849
3 changed files with 3 additions and 3 deletions

View file

@ -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: