From: Daniel Gustafsson Date: Mon, 24 Jun 2019 12:19:13 +0000 (+0200) Subject: CURLMOPT_SOCKETFUNCTION.3: fix typo X-Git-Tag: curl-7_65_2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1862cacd038a0b6a0360528162e1719f8f164126;p=curl CURLMOPT_SOCKETFUNCTION.3: fix typo --- diff --git a/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 b/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 index dc0ccd836..b0d511119 100644 --- a/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 +++ b/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 @@ -51,7 +51,7 @@ called. \fBwhat\fP argument is not CURL_POLL_REMOVE then it holds information about what activity on this socket the application is supposed to monitor. Subsequent calls to this callback might update the \fBwhat\fP bits -for a socket that is alredy monitored. +for a socket that is already monitored. \fBuserp\fP is set with \fICURLMOPT_SOCKETDATA(3)\fP.