Commit 16fe3f6b authored by Timothy Polich's avatar Timothy Polich Committed by Jay Satiro
Browse files

CURLMOPT_SOCKETFUNCTION.3: fix typo

parent bf430ecd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.