From 873b4346bafdec388fa4bd61ebdee0161da661a0 Mon Sep 17 00:00:00 2001 From: Benjamin Kircher Date: Wed, 1 Jun 2016 19:02:18 +0200 Subject: libcurl-multi.3: fix small typo Closes #850 --- docs/libcurl/libcurl-multi.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libcurl/libcurl-multi.3') diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index a7f3dbbfc..e5a589202 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -153,7 +153,7 @@ timeout expires, your application should call the \fIcurl_multi_socket_action(3)\fP function saying it was due to a timeout. This API is typically used with an event-driven underlying functionality (like -libevent, libev, kqueue, epoll or similar) which which the application +libevent, libev, kqueue, epoll or similar) with which the application "subscribes" on socket changes. This allows applications and libcurl to much better scale upward and beyond thousands of simultaneous transfers without losing performance. -- cgit v1.2.3