1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02:00

Fix typo in DNSUtil.setIdnaTransformer

This commit is contained in:
Florian Schmaus 2015-01-21 00:09:31 +01:00
parent 607a5d0c01
commit d97de5f42c

View file

@ -76,7 +76,7 @@ public class DNSUtil {
/**
* Set the IDNA (Internatiionalizing Domain Names in Applications, RFC 3490) transformer.
* Set the IDNA (Internationalizing Domain Names in Applications, RFC 3490) transformer.
* <p>
* You usually want to wrap 'java.net.IDN.toASCII()' into a StringTransformer here.
* </p>