mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:03:32 +03:00
tidy-up: miscellaneous
- avoid "will" in builds scripts, scripts folder, curl_easy_ssls_export.md,
and few other files.
- badwords: add "initialise", "nul terminated", "thread safety" and
variations.
- prefer "null-terminat", where missing (two places).
- fix "null-terminat*" missing dash.
- hostip: merge two `#if` blocks.
- tool_doswin: fix comment
Spotted by GitHub Code Quality
Follow-up to 9a2663322c #17572
- fix stray spaces and newlines.
Closes #21638
This commit is contained in:
parent
47f411c6d8
commit
614b94eecc
64 changed files with 203 additions and 213 deletions
|
|
@ -17,10 +17,18 @@ tool-chain:toolchain
|
|||
wild-card:wildcard
|
||||
wild card:wildcard
|
||||
thread safe:thread-safe
|
||||
thread safety:thread-safety
|
||||
thread unsafe:thread-unsafe
|
||||
multi thread:multi-thread
|
||||
nul terminate:null-terminate
|
||||
null terminate:null-terminate
|
||||
zero terminate:null-terminate
|
||||
nul terminated:null-terminated
|
||||
null terminated:null-terminated
|
||||
zero terminated:null-terminated
|
||||
nul terminator:null-terminator
|
||||
null terminator:null-terminator
|
||||
zero terminator:null-terminator
|
||||
it's:it is
|
||||
aren't:are not
|
||||
can't:cannot
|
||||
|
|
@ -96,6 +104,7 @@ will:rewrite to present tense
|
|||
16-bits:16 bits
|
||||
32-bits:32 bits
|
||||
64-bits:64 bits
|
||||
initialise:initialize
|
||||
very:rephrase using an alternative word
|
||||
just:rephrase using an alternative word
|
||||
simply:rephrase using an alternative word
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue