summaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-errors.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2024-01-23 15:12:09 +0100
committerDaniel Stenberg <daniel@haxx.se>2024-01-24 08:44:34 +0100
commite5000e797fd6f71f39498323c1818f301e11abd2 (patch)
treefe6ff9487f7f777e8944f95de264fefcc9d5e3d4 /docs/libcurl/libcurl-errors.md
parent2620aa930bc73af1e4c70b10e3125b957b96ecfb (diff)
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
Diffstat (limited to 'docs/libcurl/libcurl-errors.md')
-rw-r--r--docs/libcurl/libcurl-errors.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/libcurl-errors.md b/docs/libcurl/libcurl-errors.md
index a04660526..2a7c8bf71 100644
--- a/docs/libcurl/libcurl-errors.md
+++ b/docs/libcurl/libcurl-errors.md
@@ -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)