1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

libcurl-multi.3: fix small typo

Closes #850
This commit is contained in:
Benjamin Kircher 2016-06-01 19:02:18 +02:00 committed by Daniel Stenberg
parent 55ab64ed1a
commit 873b4346ba

View 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.