Fix typo in DNSUtil.setIdnaTransformer

This commit is contained in:
Florian Schmaus 2015-01-21 00:09:31 +01:00
parent 607a5d0c01
commit d97de5f42c
1 changed files with 1 additions and 1 deletions

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>