summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/multi_ev.c
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2025-06-04 10:22:08 +0300
committerdartraiden <wowemuh@gmail.com>2025-06-04 10:27:15 +0300
commitb14c227e81e60d9d87b6a56074d47f8b92727db8 (patch)
tree55d8efd8f7d593a520c01c918fdfd0f81e8605ca /libs/libcurl/src/multi_ev.c
parent114ca3aa13683f413d2297e675741f54b87dd151 (diff)
libcurl: update to 8.14.1
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.