diff options
author | Jeremy Pearson <jeremy.pearson.dev@gmail.com> | 2016-12-03 21:07:54 +1000 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-12-03 15:40:54 -0500 |
commit | 254c0b3052bb6dc5e30c62f95953c8d6b55a9b5c (patch) | |
tree | cdb50d99245b10cd774752121a36974fccf15a56 | |
parent | 7117a9a6c68d4db7e8d5bf461115f67207dee226 (diff) |
libcurl-multi.3: typo
Closes https://github.com/curl/curl/pull/1153
-rw-r--r-- | docs/libcurl/libcurl-multi.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |