unbound/iterator
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
..
iter_delegpt.c - For #1189, homogenize the input buffer size for dname_str(). 2024-12-02 11:53:56 +01:00
iter_delegpt.h Fix typos (#1299) 2025-07-02 10:50:49 +02:00
iter_donotq.c And fix #551 REGENT to COPYRIGHT HOLDER in license in file headings. 2014-02-07 13:28:39 +00:00
iter_donotq.h - Fix to rename internally used types from _t to _type, because _t 2017-01-19 10:25:41 +00:00
iter_fwd.c - Fix typo; spotted by T3rm1. 2025-10-28 14:42:20 +01:00
iter_fwd.h Fast Reload Option (#1042) 2025-03-31 15:25:24 +02:00
iter_hints.c fix: cross typos, see detail below 2026-01-22 01:24:16 +07:00
iter_hints.h Fast Reload Option (#1042) 2025-03-31 15:25:24 +02:00
iter_priv.c - Fix to move msgparse_rrset_remove_rr code to util/msgparse.c. 2023-09-07 11:29:53 +02:00
iter_priv.h - Fix to move msgparse_rrset_remove_rr code to util/msgparse.c. 2023-09-07 11:29:53 +02:00
iter_resptype.c - Fix #946: Forwarder returns servfail on upstream response noerror no 2023-10-04 18:16:22 +02:00
iter_resptype.h - Fix #946: Forwarder returns servfail on upstream response noerror no 2023-10-04 18:16:22 +02:00
iter_scrub.c - Additional fix for CVE-2025-11411 (possible domain hijacking attack), 2025-11-26 11:09:40 +01:00
iter_scrub.h - Fix to add EDE text when RRs have been removed due to length. 2023-09-07 14:44:48 +02:00
iter_utils.c - Fix #1366: Infra cache does not work correctly for NAT64, by 2025-11-01 15:10:27 +01:00
iter_utils.h - Fix #1366: Infra cache does not work correctly for NAT64, by 2025-11-01 15:10:27 +01:00
iterator.c fix: cross typos, see detail below 2026-01-22 01:24:16 +07:00
iterator.h Fast Reload Option (#1042) 2025-03-31 15:25:24 +02:00