aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3
diff options
context:
space:
mode:
authorTimothy Polich <tpolich@users.noreply.github.com>2016-07-13 18:45:32 -0700
committerJay Satiro <raysatiro@yahoo.com>2016-07-14 02:58:59 -0400
commit16fe3f6b0a73fa4e3e1c2298143e11f4fb4d5f6a (patch)
treeb1901e5c36a18f19d746b91ae487e114f18e54e9 /docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3
parentbf430ecdef3d7c49cf01a57e3289ff7aaa1e0278 (diff)
CURLMOPT_SOCKETFUNCTION.3: fix typo
Closes https://github.com/curl/curl/pull/914
Diffstat (limited to 'docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3')
-rw-r--r--docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 b/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3
index 113021e71..51961972b 100644
--- a/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3
+++ b/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3
@@ -54,7 +54,7 @@ Wait for incoming data. For the socket to become readable.
.IP CURL_POLL_OUT
Wait for outgoing data. For the socket to become writable.
.IP CURL_POLL_INOUT
-Wait for incoming abd outgoing data. For the socket to become readable or
+Wait for incoming and outgoing data. For the socket to become readable or
writable.
.IP CURL_POLL_REMOVE
The specified socket/file descriptor is no longer used by libcurl.