curl/urlapi.h: tiny typo

This commit is contained in:
Daniel Stenberg 2023-08-11 09:17:11 +02:00
parent 6396c1f893
commit e1356f4c45
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View 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;