summaryrefslogtreecommitdiff
path: root/lib/asyn-ares.c
diff options
context:
space:
mode:
authorEddie Lumpkin <ewlumpkin@gmail.com>2021-10-22 18:59:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2021-10-22 22:53:44 +0200
commit8e701cc978430d638517d025fade2b0dc1ae9b73 (patch)
treeb1cd344025e01067e65f720166e99e82f27eb7a0 /lib/asyn-ares.c
parent83393b1a3613ec4e99502ff01ac936994841ced9 (diff)
downloadcurl-8e701cc978430d638517d025fade2b0dc1ae9b73.tar.gz
lib: fixing comment spelling typos in lib files
Closes #7894 Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
Diffstat (limited to 'lib/asyn-ares.c')
-rw-r--r--lib/asyn-ares.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asyn-ares.c b/lib/asyn-ares.c
index 763a4aaa0..fc168baa6 100644
--- a/lib/asyn-ares.c
+++ b/lib/asyn-ares.c
@@ -341,7 +341,7 @@ static int waitperform(struct Curl_easy *data, timediff_t timeout_ms)
nfds = 0;
if(!nfds)
- /* Call ares_process() unconditonally here, even if we simply timed out
+ /* Call ares_process() unconditionally here, even if we simply timed out
above, as otherwise the ares name resolve won't timeout! */
ares_process_fd((ares_channel)data->state.async.resolver, ARES_SOCKET_BAD,
ARES_SOCKET_BAD);