From 26d0856d0a2f3afd91866574ebfa197b8f3dbe8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Mon, 16 Jan 2017 10:26:12 +0100 Subject: [PATCH] Fix typo --- src/psl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psl.c b/src/psl.c index f13bceb..0042b74 100644 --- a/src/psl.c +++ b/src/psl.c @@ -706,7 +706,7 @@ static int _psl_idna_toASCII(_psl_idna_t *idna _UNUSED, const char *utf8, char * /* IDN2_TRANSITIONAL automatically converts to lowercase * IDN2_NFC_INPUT converts to NFC before toASCII conversion - * Since IDN2_TRANSITIONAL implicitely does NFC conversion, we don't need + * Since IDN2_TRANSITIONAL implicitly does NFC conversion, we don't need * the additional IDN2_NFC_INPUT. But just for the unlikely case that the linked * library is not matching the headers when building and it doesn't support TR46, * we provide IDN2_NFC_INPUT. */