unbound/util/data
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
..
dname.c - Fix to whitespace in dname_str. 2025-08-07 16:19:10 +02:00
dname.h - Fix comment for the dname_remove_label_limit_len function. 2025-06-05 11:11:32 +02:00
msgencode.c - Use the same EDE removal logic when encoding errors as when encoding 2025-12-31 16:22:15 +01:00
msgencode.h A few changes for TTL processing: 2025-09-15 10:03:35 +02:00
msgparse.c A few changes for TTL processing: 2025-09-15 10:03:35 +02:00
msgparse.h fix: cross typos, see detail below 2026-01-22 01:24:16 +07:00
msgreply.c Merge branch 'features/no-ttl-zero-cacherep' 2025-09-19 14:56:04 +02:00
msgreply.h QNX Porting support for unbound branch-1.24.1 (#1388) 2026-01-21 13:12:13 +01:00
packed_rrset.c A few changes for TTL processing: 2025-09-15 10:03:35 +02:00
packed_rrset.h A few changes for TTL processing: 2025-09-15 10:03:35 +02:00