aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-multi.3
diff options
context:
space:
mode:
authorJeremy Pearson <jeremy.pearson.dev@gmail.com>2016-12-03 21:07:54 +1000
committerJay Satiro <raysatiro@yahoo.com>2016-12-03 15:40:54 -0500
commit254c0b3052bb6dc5e30c62f95953c8d6b55a9b5c (patch)
treecdb50d99245b10cd774752121a36974fccf15a56 /docs/libcurl/libcurl-multi.3
parent7117a9a6c68d4db7e8d5bf461115f67207dee226 (diff)
libcurl-multi.3: typo
Closes https://github.com/curl/curl/pull/1153
Diffstat (limited to 'docs/libcurl/libcurl-multi.3')
-rw-r--r--docs/libcurl/libcurl-multi.32
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.