From: Daniel Stenberg Date: Fri, 11 Aug 2023 07:17:11 +0000 (+0200) Subject: curl/urlapi.h: tiny typo X-Git-Tag: curl-8_3_0~174 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1356f4c4595daef3af2fee339546f6b89465d77;p=thirdparty%2Fcurl.git curl/urlapi.h: tiny typo --- diff --git a/include/curl/urlapi.h b/include/curl/urlapi.h index b3504b683a..992e9f6019 100644 --- a/include/curl/urlapi.h +++ b/include/curl/urlapi.h @@ -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;