summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-07-16 03:17:03 -0400
committerDaniel Stenberg <daniel@haxx.se>2021-07-16 23:53:13 +0200
commitde1004eb0f917b265f187c14d9abaaf7f13f8422 (patch)
treeca3b1c01677d40c7771ef06cefa9c5fbacb4d631 /include
parentb463c10950e11f9275a6c007abcd06f5cf8532c6 (diff)
downloadcurl-de1004eb0f917b265f187c14d9abaaf7f13f8422.tar.gz
cleanup: spell DoH with a lowercase o
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Closes #7413
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 78e38103e..521c254e7 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -2088,13 +2088,13 @@ typedef enum {
/* Parameters for V4 signature */
CURLOPT(CURLOPT_AWS_SIGV4, CURLOPTTYPE_STRINGPOINT, 305),
- /* Same as CURLOPT_SSL_VERIFYPEER but for DOH (DNS-over-HTTPS) servers. */
+ /* Same as CURLOPT_SSL_VERIFYPEER but for DoH (DNS-over-HTTPS) servers. */
CURLOPT(CURLOPT_DOH_SSL_VERIFYPEER, CURLOPTTYPE_LONG, 306),
- /* Same as CURLOPT_SSL_VERIFYHOST but for DOH (DNS-over-HTTPS) servers. */
+ /* Same as CURLOPT_SSL_VERIFYHOST but for DoH (DNS-over-HTTPS) servers. */
CURLOPT(CURLOPT_DOH_SSL_VERIFYHOST, CURLOPTTYPE_LONG, 307),
- /* Same as CURLOPT_SSL_VERIFYSTATUS but for DOH (DNS-over-HTTPS) servers. */
+ /* Same as CURLOPT_SSL_VERIFYSTATUS but for DoH (DNS-over-HTTPS) servers. */
CURLOPT(CURLOPT_DOH_SSL_VERIFYSTATUS, CURLOPTTYPE_LONG, 308),
/* The CA certificates as "blob" used to validate the peer certificate