libcurl-multi.3: typo

Closes https://github.com/curl/curl/pull/1153
This commit is contained in:
Jeremy Pearson 2016-12-03 21:07:54 +10:00 committed by Jay Satiro
parent 7117a9a6c6
commit 254c0b3052
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ and when to ask libcurl to get/send data.
complicated for the application.
3. Enable the application to wait for action on its own file descriptors and
curl's file descriptors simultaneous easily.
curl's file descriptors simultaneously.
4. Enable event-based handling and scaling transfers up to and beyond
thousands of parallel connections.