diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2019-06-24 14:19:13 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2019-06-24 14:19:13 +0200 |
commit | 1862cacd038a0b6a0360528162e1719f8f164126 (patch) | |
tree | 9dfad35941b9063328b23dd4f417ff51e2899104 /docs/libcurl | |
parent | 92963d612b9c5ef32d63d26c72d6fff64930eba6 (diff) |
CURLMOPT_SOCKETFUNCTION.3: fix typo
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |