From 254c0b3052bb6dc5e30c62f95953c8d6b55a9b5c Mon Sep 17 00:00:00 2001 From: Jeremy Pearson Date: Sat, 3 Dec 2016 21:07:54 +1000 Subject: [PATCH] libcurl-multi.3: typo Closes https://github.com/curl/curl/pull/1153 --- docs/libcurl/libcurl-multi.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index e5a589202..0717be779 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -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.