summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-11-26 11:40:26 +0100
committerDaniel Gustafsson <daniel@yesql.se>2018-11-26 11:40:26 +0100
commitfd1049554ff1156514a34c9511f5c018993d02b3 (patch)
treee37d82987b78dc5479296a5915ca658623946c72
parent8802ad965d4563df7179de5302313cb384c809bc (diff)
downloadgnurl-fd1049554ff1156514a34c9511f5c018993d02b3.tar.gz
gnurl-fd1049554ff1156514a34c9511f5c018993d02b3.tar.bz2
gnurl-fd1049554ff1156514a34c9511f5c018993d02b3.zip
doh: fix typo in infof call
Reviewed-by: Daniel Stenberg <daniel@haxx.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 497ad8d21..24546a0ac 100644
--- a/lib/doh.c
+++ b/lib/doh.c
@@ -853,7 +853,7 @@ CURLcode Curl_doh_is_resolved(struct connectdata *conn,
&de);
free(data->req.doh.probe[1].serverdoh.memory);
if(rc2) {
- infof(data, "DOG: %s type %s for %s\n", doh_strerror(rc2),
+ infof(data, "DOH: %s type %s for %s\n", doh_strerror(rc2),
type2name(data->req.doh.probe[1].dnstype),
data->req.doh.host);
}