idn: fix typo in test description

s/enabked/enabled/i
This commit is contained in:
Daniel Gustafsson 2022-10-24 13:38:26 +02:00
parent 53bcf55b45
commit d4a4d5402f

View File

@ -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");'
</precheck>
<name>
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)
</name>
<stdin>
From: different