mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:43:52 +03:00
GHA: add a job scanning for "bad words" in markdown
This means words, phrases or things we have decided not to use - words that are spelled right according to the dictionary but we want to avoid. In the name of consistency and better documentation. Closes #12764
This commit is contained in:
parent
2620aa930b
commit
e5000e797f
93 changed files with 530 additions and 348 deletions
|
|
@ -398,9 +398,9 @@ Failed to shut down the SSL connection.
|
|||
|
||||
## CURLE_AGAIN (81)
|
||||
|
||||
Socket is not ready for send/recv wait till it's ready and try again. This
|
||||
return code is only returned from curl_easy_recv(3) and
|
||||
curl_easy_send(3) (Added in 7.18.2)
|
||||
Socket is not ready for send/recv. Wait until it is ready and try again. This
|
||||
return code is only returned from curl_easy_recv(3) and curl_easy_send(3)
|
||||
(Added in 7.18.2)
|
||||
|
||||
## CURLE_SSL_CRL_BADFILE (82)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue