From: Daniel Gustafsson Date: Mon, 24 Oct 2022 11:38:26 +0000 (+0200) Subject: idn: fix typo in test description X-Git-Tag: curl-7_86_0~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4a4d5402f537b32f7b3a52d05cf53baf6fb4916;p=thirdparty%2Fcurl.git idn: fix typo in test description s/enabked/enabled/i --- diff --git a/tests/data/test963 b/tests/data/test963 index 22b252a96a..4ddc871622 100644 --- a/tests/data/test963 +++ b/tests/data/test963 @@ -29,7 +29,7 @@ LC_CTYPE=en_US.UTF-8 perl -MI18N::Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");' -SMTP without SMTPUTF8 support (IDN Enabked) - UTF-8 based recipient (host part only) +SMTP without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only) From: different