summaryrefslogtreecommitdiff
path: root/lib/asyn.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-09-18 23:23:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-09-19 08:48:49 +0200
commit660cf3d4ed92fc6d1463e87ccfa2600dac51ac40 (patch)
tree489eb32211fcf38ce00e8a209d5f0a5bc63644b1 /lib/asyn.h
parenta46e4124641f0bb0a7cb77f1f20620db49c57af2 (diff)
downloadcurl-660cf3d4ed92fc6d1463e87ccfa2600dac51ac40.tar.gz
lib: the number four in a sequence is the "fourth"
Spelling is hard Closes #9535
Diffstat (limited to 'lib/asyn.h')
-rw-r--r--lib/asyn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asyn.h b/lib/asyn.h
index 80ca54d78..1aab21aaa 100644
--- a/lib/asyn.h
+++ b/lib/asyn.h
@@ -148,7 +148,7 @@ CURLcode Curl_resolver_wait_resolv(struct Curl_easy *data,
* Curl_resolver_getaddrinfo() - when using this resolver
*
* Returns name information about the given hostname and port number. If
- * successful, the 'hostent' is returned and the forth argument will point to
+ * successful, the 'hostent' is returned and the fourth argument will point to
* memory we need to free after use. That memory *MUST* be freed with
* Curl_freeaddrinfo(), nothing else.
*