summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/multi_ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/multi_ev.c')
-rw-r--r--libs/libcurl/src/multi_ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/multi_ev.c b/libs/libcurl/src/multi_ev.c
index 55fe3614d7..dc6556d58f 100644
--- a/libs/libcurl/src/multi_ev.c
+++ b/libs/libcurl/src/multi_ev.c
@@ -303,7 +303,7 @@ static CURLMcode mev_pollset_diff(struct Curl_multi *multi,
CURLMcode mresult;
/* The transfer `data` reports in `ps` the sockets it is interested
- * in and which combinatino of CURL_POLL_IN/CURL_POLL_OUT it wants
+ * in and which combination of CURL_POLL_IN/CURL_POLL_OUT it wants
* to have monitored for events.
* There can be more than 1 transfer interested in the same socket
* and 1 transfer might be interested in more than 1 socket.