diff options
Diffstat (limited to 'libs/libcurl/src/macos.c')
-rw-r--r-- | libs/libcurl/src/macos.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcurl/src/macos.c b/libs/libcurl/src/macos.c index c6d2c11cce..d8f4fe1d7c 100644 --- a/libs/libcurl/src/macos.c +++ b/libs/libcurl/src/macos.c @@ -38,8 +38,8 @@ CURLcode Curl_macos_init(void) /*
* The automagic conversion from IPv4 literals to IPv6 literals only
* works if the SCDynamicStoreCopyProxies system function gets called
- * first. As Curl currently doesn't support system-wide HTTP proxies, we
- * therefore don't use any value this function might return.
+ * first. As Curl currently does not support system-wide HTTP proxies, we
+ * therefore do not use any value this function might return.
*
* This function is only available on macOS and is not needed for
* IPv4-only builds, hence the conditions for defining
|