]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
hostip: fix typo
authorJay Satiro <raysatiro@yahoo.com>
Tue, 29 Aug 2023 21:08:23 +0000 (17:08 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 29 Aug 2023 21:08:23 +0000 (17:08 -0400)
lib/hostip.c

index 2b854d79d9b725b4580ae04080b1790c8abe9ecd..acb4b5140b5e5f4bfd02103ecf06fffc07b20685 100644 (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.