Fix typo in docs

s/curret/current/
This commit is contained in:
Paul Oliver 2015-06-16 12:11:36 +02:00 committed by Daniel Stenberg
parent 45f21e0f37
commit 28f4fc5272
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ normal multi interface. Then you also set two callbacks with the
CURLMOPT_SOCKETFUNCTION and CURLMOPT_TIMERFUNCTION options to CURLMOPT_SOCKETFUNCTION and CURLMOPT_TIMERFUNCTION options to
\fIcurl_multi_setopt(3)\fP. They are two callback functions that libcurl will \fIcurl_multi_setopt(3)\fP. They are two callback functions that libcurl will
call with information about what sockets to wait for, and for what activity, call with information about what sockets to wait for, and for what activity,
and what the curret timeout time is - if that expires libcurl should be and what the current timeout time is - if that expires libcurl should be
notified. notified.
The multi_socket API is designed to inform your application about which The multi_socket API is designed to inform your application about which