]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl/urlapi.h: tiny typo
authorDaniel Stenberg <daniel@haxx.se>
Fri, 11 Aug 2023 07:17:11 +0000 (09:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Aug 2023 07:17:11 +0000 (09:17 +0200)
include/curl/urlapi.h

index b3504b683af792f8b08c7aee57235e309bc341e6..992e9f6019cc0f6154e65e41bd754e58c0982b98 100644 (file)
@@ -96,7 +96,7 @@ typedef enum {
 #define CURLU_NO_AUTHORITY (1<<10)      /* Allow empty authority when the
                                            scheme is unknown. */
 #define CURLU_ALLOW_SPACE (1<<11)       /* Allow spaces in the URL */
-#define CURLU_PUNYCODE (1<<12)          /* get the host name in pynycode */
+#define CURLU_PUNYCODE (1<<12)          /* get the host name in punycode */
 
 typedef struct Curl_URL CURLU;