]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libcurl-multi.3: fix small typo
authorBenjamin Kircher <kircher@otris.de>
Wed, 1 Jun 2016 17:02:18 +0000 (19:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 Jun 2016 21:04:16 +0000 (23:04 +0200)
Closes #850

docs/libcurl/libcurl-multi.3

index a7f3dbbfcdc42ec5d26b88817896d42b28241b46..e5a5892022ffd6464c8ba3cc56c581e1c8795c3f 100644 (file)
@@ -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.