summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Oliver <puzza007@gmail.com>2015-06-16 12:11:36 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-16 12:16:55 +0200
commit28f4fc5272a2f721fa4ab4835ef7d06b8c783a1f (patch)
treee4eb5d4751128d2845a412987704f099054465f9
parent45f21e0f3761ef94a1da210688d3d14beb0fcd2b (diff)
downloadgnurl-28f4fc5272a2f721fa4ab4835ef7d06b8c783a1f.tar.gz
gnurl-28f4fc5272a2f721fa4ab4835ef7d06b8c783a1f.tar.bz2
gnurl-28f4fc5272a2f721fa4ab4835ef7d06b8c783a1f.zip
Fix typo in docs
s/curret/current/
-rw-r--r--docs/libcurl/libcurl-multi.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3
index 770d4a561..f77c366a2 100644
--- a/docs/libcurl/libcurl-multi.3
+++ b/docs/libcurl/libcurl-multi.3
@@ -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