summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_send.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_easy_send.3')
-rw-r--r--docs/libcurl/curl_easy_send.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_send.3 b/docs/libcurl/curl_easy_send.3
index 292a3e3d3..d0645c0dd 100644
--- a/docs/libcurl/curl_easy_send.3
+++ b/docs/libcurl/curl_easy_send.3
@@ -62,7 +62,7 @@ sent was for internal SSL processing, and no other data could be sent.
if(res == CURLE_OK) {
/* Extract the socket from the curl handle -
- we'll need it for waiting. */
+ we will need it for waiting. */
res = curl_easy_getinfo(curl, CURLINFO_ACTIVESOCKET, &sockfd);
/* send data */