]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl.h: fix typo
author1337vt <32816722+1337vt@users.noreply.github.com>
Sun, 20 Feb 2022 17:25:50 +0000 (11:25 -0600)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 20 Feb 2022 21:15:48 +0000 (16:15 -0500)
Closes https://github.com/curl/curl/pull/8482

include/curl/curl.h

index 5b270906d238e2ae8ddbcfc0d2c8d0ccfe34bec9..2e260d5168cc4130a27286aefa8c27f26d66442a 100644 (file)
@@ -2819,7 +2819,7 @@ typedef enum {
   CURLCLOSEPOLICY_LAST /* last, never use this */
 } curl_closepolicy;
 
-#define CURL_GLOBAL_SSL (1<<0) /* no purpose since since 7.57.0 */
+#define CURL_GLOBAL_SSL (1<<0) /* no purpose since 7.57.0 */
 #define CURL_GLOBAL_WIN32 (1<<1)
 #define CURL_GLOBAL_ALL (CURL_GLOBAL_SSL|CURL_GLOBAL_WIN32)
 #define CURL_GLOBAL_NOTHING 0