Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
s/curret/current/
  • Loading branch information
puzza007 authored and bagder committed Jun 16, 2015
1 parent 45f21e0 commit 28f4fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/libcurl-multi.3
Expand Up @@ -136,7 +136,7 @@ normal multi interface. Then you also set two callbacks with the
CURLMOPT_SOCKETFUNCTION and CURLMOPT_TIMERFUNCTION options to
\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,
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.

The multi_socket API is designed to inform your application about which
Expand Down

0 comments on commit 28f4fc5

Please sign in to comment.