]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Fix typo in docs
authorPaul Oliver <puzza007@gmail.com>
Tue, 16 Jun 2015 10:11:36 +0000 (12:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 16 Jun 2015 10:16:55 +0000 (12:16 +0200)
s/curret/current/

docs/libcurl/libcurl-multi.3

index 770d4a561d3da034a11d0a4ca85b7a70452c5c6d..f77c366a247c76b3bbbfab87e38fee4a72214ba6 100644 (file)
@@ -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