unbound/dnstap
rezky_nightky 1c4cc1f944
fix: cross typos, see detail below
What I changed:

Respected repo rules / avoided generated & third‑party artifacts

Skipped Autotools/libtool generated files like configure, aclocal.m4, ltmain.sh, config.guess, config.sub.
Skipped large test vectors (testdata/, dnscrypt/testdata/) and non-UTF8 sample data (pythonmod/examples/dict_data.txt).
Skipped contrib/fastrpz.patch (patch content is effectively third‑party / not meant to be edited in-tree).

Fixed typos in maintained sources/docs

Various doc/comment spelling fixes (e.g. doc/Changelog, doc/example.conf.in, headers, etc.).
Fixed a real typo in a runtime log message: cachedb/redis.c ("%swith" -> "%s with").
Updated Makefile.in to avoid the misspelling Decomissioned while still matching both spellings via regex.
Fixed Synthetize -> Synthesize and other comment-level typos.
Improved a few “codespell false-positive” tokens by adjusting comments (e.g. inout -> in/out).

Repaired an accidental corruption

During edits, daemon/remote.c got partially mangled around the view local-data handlers. I restored it by:
Reintroducing do_view_data_remove()
Repairing do_view_datas_add() and its end-of-function logic
Cleaning up the remaining removed 0 ... message text

Added future-proof configuration

Created repo-root .codespellrc with:

skip = ... list matching the “do not edit / generated / testdata” policy
ignore-words-list = ... for known project terms / false positives
ignore-regex = ... to preserve your existing ignore patterns

Verification

codespell --config ./.codespellrc . now exits 0 (clean run).
Summary
Typos were fixed where safe, generated/third-party areas were excluded, .codespellrc was added for repeatable checks, and codespell now passes cleanly using that config.

Signed-off-by: rezky_nightky <with.rezky@gmail.com>
2026-01-22 01:24:16 +07:00
..
dnstap.c - Fix conditional expressions with parentheses for bitwise and. 2025-06-11 16:42:43 +02:00
dnstap.h Fast Reload Option (#1042) 2025-03-31 15:25:24 +02:00
dnstap.m4 - Fix to improve dnstap discovery on Fedora. 2025-07-08 09:29:27 +02:00
dnstap.proto Fix typos (#1299) 2025-07-02 10:50:49 +02:00
dnstap_config.h.in - dnstap support, with a patch from Farsight Security, written by 2014-08-05 07:57:52 +00:00
dnstap_fstrm.c - Add option to send DNSTAP messages over bidirectional frame streams 2020-07-13 17:28:50 +02:00
dnstap_fstrm.h - Add option to send DNSTAP messages over bidirectional frame streams 2020-07-13 17:28:50 +02:00
dtstream.c - Fix bitwise operators in conditional expressions with parentheses. 2025-06-11 15:46:31 +02:00
dtstream.h - Fix #305: dnstap logging significantly affects unbound performance 2020-09-23 11:13:52 +02:00
unbound-dnstap-socket.c fix: cross typos, see detail below 2026-01-22 01:24:16 +07:00