aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-multi.3
diff options
context:
space:
mode:
authorBenjamin Kircher <kircher@otris.de>2016-06-01 19:02:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-06-01 23:04:16 +0200
commit873b4346bafdec388fa4bd61ebdee0161da661a0 (patch)
tree7c4971f7c8010c70fb01b5bb0eac578ac538aecc /docs/libcurl/libcurl-multi.3
parent55ab64ed1a0472f70a466d5b53c317992c0640c0 (diff)
libcurl-multi.3: fix small typo
Closes #850
Diffstat (limited to 'docs/libcurl/libcurl-multi.3')
-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 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.