From: Timothy Polich Date: Thu, 14 Jul 2016 01:45:32 +0000 (-0700) Subject: CURLMOPT_SOCKETFUNCTION.3: fix typo X-Git-Tag: curl-7_50_0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16fe3f6b0a73fa4e3e1c2298143e11f4fb4d5f6a;p=thirdparty%2Fcurl.git CURLMOPT_SOCKETFUNCTION.3: fix typo Closes https://github.com/curl/curl/pull/914 --- diff --git a/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 b/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 index 113021e713..51961972b8 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.