Skip to content

Commit

Permalink
doh: Fix typo in comment
Browse files Browse the repository at this point in the history
Closes: #13504
Author: RainRat on Github
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
  • Loading branch information
RainRat authored and danielgustafsson committed May 4, 2024
1 parent 62e45ce commit 63a07a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/doh.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63a07a7

Please sign in to comment.