mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
badwords: catch and fix threading-related words
Also: - sync newlines between the two threaded examples. Closes #20001
This commit is contained in:
parent
8dadff9434
commit
61273f5812
25 changed files with 45 additions and 38 deletions
3
.github/scripts/badwords.txt
vendored
3
.github/scripts/badwords.txt
vendored
|
|
@ -10,6 +10,9 @@ tool chain:toolchain
|
|||
tool-chain:toolchain
|
||||
wild-card:wildcard
|
||||
wild card:wildcard
|
||||
\bthread ?safe[^."t]:thread-safe
|
||||
\bthread ?unsafe[^."t]:thread-unsafe
|
||||
multi ?thread:multi-thread
|
||||
\bit's:it is
|
||||
aren't:are not
|
||||
can't:cannot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue