summaryrefslogtreecommitdiff
path: root/src/IO/http.c
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-07-31 06:26:32 +0000
committercorvid <devnull@localhost>2014-07-31 06:26:32 +0000
commit00106830b59aeeeba5027bf039acf24d6786b77f (patch)
tree9f1d962ce927a14c9a98cc3bb642b8f5cc5ccca1 /src/IO/http.c
parentd67198aab4bee4f8ba4fa5e8a11cb14b3e23f1c5 (diff)
MSG
Diffstat (limited to 'src/IO/http.c')
-rw-r--r--src/IO/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c
index 8c7dcef1..68294fb4 100644
--- a/src/IO/http.c
+++ b/src/IO/http.c
@@ -584,7 +584,7 @@ static void Http_dns_cb(int Status, Dlist *addr_list, void *data)
Http_connect_queued_sockets(hc);
} else {
/* DNS wasn't able to resolve the hostname */
- MSG_BW(S->web, 0, "ERROR: Dns can't resolve %s",
+ MSG_BW(S->web, 0, "ERROR: DNS can't resolve %s",
(S->flags & HTTP_SOCKET_USE_PROXY) ? URL_HOST_(HTTP_Proxy) :
URL_HOST_(S->web->url));
a_Chain_bfcb(OpAbort, S->Info, NULL, "Both");