]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libcurl-multi.3: typo
authorJeremy Pearson <jeremy.pearson.dev@gmail.com>
Sat, 3 Dec 2016 11:07:54 +0000 (21:07 +1000)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 3 Dec 2016 20:40:54 +0000 (15:40 -0500)
Closes https://github.com/curl/curl/pull/1153

docs/libcurl/libcurl-multi.3

index e5a5892022ffd6464c8ba3cc56c581e1c8795c3f..0717be779b3e2662a7d93ce0e9becb3f20d4700d 100644 (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.