dictionary.txt (1226B)
1 # List of "words" that codespell should ignore in the libmicrohttpd sources. 2 # 3 # Note: The word sensitivity depends on how the to-be-ignored word is 4 # spelled in codespell_lib/data/dictionary.txt. F.e. if there is a word 5 # 'foo' and you add 'Foo' _here_, codespell will continue to complain 6 # about 'Foo'. 7 # 8 # Entries here must be *deliberate*: an identifier, a protocol token, a 9 # truncated string used by a test, or a spelling this project has chosen. 10 # Real typos belong in a patch, not in this file. 11 12 # "TE" is an HTTP header field name (RFC 9110 10.1.4), and the fuzzers 13 # and the API headers name it. 14 TE 15 16 # HTTP method token registered by RFC 3253 (WebDAV versioning). 17 CHECKIN 18 19 # The RFC 7578 / RFC 2388 spelling used verbatim in postprocessor.c. 20 IMPLEMENTORS 21 22 # Local variable name for "content length" all over connection.c, 23 # postprocessor.c and the fuzzers. 24 clen 25 26 # Appears inside autoconf quoting in configure.ac. 27 fo 28 29 # Deliberately truncated tokens used by the string-parser unit tests 30 # (test_str_token*.c) and by src/testcurl/test_tricky.c, which sends 31 # intentionally malformed requests. 32 strin 33 Strin 34 Thi 35 36 # libmicrohttpd consistently hyphenates this in its API documentation. 37 re-use 38 re-used 39 re-uses 40 re-using