aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainRat <rainrat78@yahoo.ca>2024-05-04 11:52:43 +0200
committerDaniel Gustafsson <daniel@yesql.se>2024-05-04 11:52:58 +0200
commit63a07a72302d7f96aefe72362f35dae80c797d01 (patch)
treef22519d8c4c46a7b856c578b51e2f4b0f60e104b
parent62e45ce9cda0a04616a159b0d515cad8f10f1838 (diff)
downloadcurl-63a07a72302d7f96aefe72362f35dae80c797d01.tar.gz
doh: Fix typo in comment
Closes: #13504 Author: RainRat on Github Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
-rw-r--r--lib/doh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/doh.c b/lib/doh.c
index f3c69ca4b..22864c1b6 100644
--- a/lib/doh.c
+++ b/lib/doh.c
@@ -455,7 +455,7 @@ struct Curl_addrinfo *Curl_doh(struct Curl_easy *data,
* TODO: Figure out the conditions under which we want to make
* a request for an HTTPS RR when we are not doing ECH. For now,
* making this request breaks a bunch of DoH tests, e.g. test2100,
- * where the addiitonal request doesn't match the pre-cooked data
+ * where the additional request doesn't match the pre-cooked data
* files, so there's a bit of work attached to making the request
* in a non-ECH use-case. For the present, we'll only make the
* request when ECH is enabled in the build and is being used for