diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2018-07-09 16:04:50 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2018-07-09 16:04:50 -0400 |
commit | 685dc3c082504898e2925d635ab7241c9b8a3b20 (patch) | |
tree | b1b3cb7403b1e637dba5edb79e9ac96599a6f64a /lib | |
parent | 82ce4162275454efc4e75650e977e52b62a7000e (diff) |
lib/curl_setup.h: remove unicode character
Follow-up to 82ce416.
Ref: https://github.com/curl/curl/commit/8272ec5#commitcomment-29646818
Diffstat (limited to 'lib')
-rw-r--r-- | lib/curl_setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ |