From e1356f4c4595daef3af2fee339546f6b89465d77 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 11 Aug 2023 09:17:11 +0200 Subject: [PATCH] curl/urlapi.h: tiny typo --- include/curl/urlapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3