]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLMOPT_SOCKETFUNCTION.3: fix typo
authorTimothy Polich <tpolich@users.noreply.github.com>
Thu, 14 Jul 2016 01:45:32 +0000 (18:45 -0700)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 14 Jul 2016 06:58:59 +0000 (02:58 -0400)
Closes https://github.com/curl/curl/pull/914

docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3

index 113021e71343a9b3db790ba115e67ef79b31a14e..51961972b8153a52b78d9cb3db54c20f5ad7ae1e 100644 (file)
@@ -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.