From 685dc3c082504898e2925d635ab7241c9b8a3b20 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Mon, 9 Jul 2018 16:04:50 -0400 Subject: [PATCH] lib/curl_setup.h: remove unicode character Follow-up to 82ce416. Ref: https://github.com/curl/curl/commit/8272ec5#commitcomment-29646818 --- lib/curl_setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/curl_setup.h b/lib/curl_setup.h index 4e2540504..799d5fab9 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -217,7 +217,7 @@ /* * Use getaddrinfo to resolve the IPv4 address literal. If the current network - * interface doesn’t support IPv4, but supports IPv6, NAT64, and DNS64, + * interface doesn't support IPv4, but supports IPv6, NAT64, and DNS64, * performing this task will result in a synthesized IPv6 address. */ #ifdef __APPLE__