diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2021-07-16 03:17:03 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-07-16 23:53:13 +0200 |
commit | de1004eb0f917b265f187c14d9abaaf7f13f8422 (patch) | |
tree | ca3b1c01677d40c7771ef06cefa9c5fbacb4d631 /lib/urldata.h | |
parent | b463c10950e11f9275a6c007abcd06f5cf8532c6 (diff) | |
download | curl-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 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 075f1848f..0df33c36d 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1848,9 +1848,9 @@ struct UserDefined { BIT(disallow_username_in_url); /* disallow username in url */ BIT(doh); /* DNS-over-HTTPS enabled */ BIT(doh_get); /* use GET for DoH requests, instead of POST */ - BIT(doh_verifypeer); /* DOH certificate peer verification */ - BIT(doh_verifyhost); /* DOH certificate hostname verification */ - BIT(doh_verifystatus); /* DOH certificate status verification */ + BIT(doh_verifypeer); /* DoH certificate peer verification */ + BIT(doh_verifyhost); /* DoH certificate hostname verification */ + BIT(doh_verifystatus); /* DoH certificate status verification */ BIT(http09_allowed); /* allow HTTP/0.9 responses */ BIT(mail_rcpt_allowfails); /* allow RCPT TO command to fail for some recipients */ |