hostip: fix typo

This commit is contained in:
Jay Satiro 2023-08-29 17:08:23 -04:00
parent 226d042a58
commit 2fe26a7c6a

View File

@ -1240,7 +1240,7 @@ err:
dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1);
if(dns) {
infof(data, "RESOLVE %.*s:%d is - old addresses discarded",
infof(data, "RESOLVE %.*s:%d - old addresses discarded",
(int)hlen, host_begin, port);
/* delete old entry, there are two reasons for this
1. old entry may have different addresses.