unbound/sldns
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
..
keyraw.c Fix typos (#1299) 2025-07-02 10:50:49 +02:00
keyraw.h - Move RSA and DSA to use OpenSSL 3.0.0 API. 2021-08-02 14:43:51 +02:00
parse.c Fix issue with lines that only consist of blanks with optional comment 2022-06-13 11:41:14 +02:00
parse.h - Fix typos for 'the the' in text. 2024-06-06 09:35:57 +02:00
parseutil.c - For #1110: Test for fallthrough attribute in configure and add 2024-07-23 09:47:42 +02:00
parseutil.h fix: cross typos, see detail below 2026-01-22 01:24:16 +07:00
pkthdr.h Add the basic EDE (RFC8914) cases (#604) 2022-05-06 12:48:53 +02:00
rrdef.c - Fix print of RR type NSAP-PTR, it is an unquoted string. 2025-03-20 15:51:03 +01:00
rrdef.h - Fix to add EDNS CO flag to testbound and debug message log. 2025-12-01 15:29:41 +01:00
sbuffer.c - Fix _vfixed not Used, removed from sbuffer code, 2019-12-03 17:07:35 +01:00
sbuffer.h - Fix doxygen and pydoc warnings. 2021-02-18 11:39:06 +01:00
str2wire.c - Fix conditional expressions with parentheses for bitwise and. 2025-06-11 16:42:43 +02:00
str2wire.h - Fix representation of types GPOS and RESINFO, add rdf type for 2025-03-17 16:38:17 +01:00
wire2str.c - Fix to add EDNS CO flag to testbound and debug message log. 2025-12-01 15:29:41 +01:00
wire2str.h fix: cross typos, see detail below 2026-01-22 01:24:16 +07:00