]> granicus.if.org Git - curl/commitdiff
vtls: Fix comment typo about macosx-version-min compiler flag
authorjulian <jzinn@users.noreply.github.com>
Thu, 26 Sep 2019 01:24:01 +0000 (18:24 -0700)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 27 Sep 2019 05:46:49 +0000 (01:46 -0400)
Closes https://github.com/curl/curl/pull/4425

lib/vtls/sectransp.c

index 8b8f34ece36a4f175dd14142de7e57ff6bcaa015..4eece89d55fb67b7c812f3da49a2f624c75aa496 100644 (file)
@@ -79,7 +79,7 @@
 /* These macros mean "the following code is present to allow runtime backward
    compatibility with at least this cat or earlier":
    (You set this at build-time using the compiler command line option
-   "-mmacos-version-min.") */
+   "-mmacosx-version-min.") */
 #define CURL_SUPPORT_MAC_10_5 MAC_OS_X_VERSION_MIN_REQUIRED <= 1050
 #define CURL_SUPPORT_MAC_10_6 MAC_OS_X_VERSION_MIN_REQUIRED <= 1060
 #define CURL_SUPPORT_MAC_10_7 MAC_OS_X_VERSION_MIN_REQUIRED <= 1070