--- old/src/java.base/share/classes/java/net/URLEncoder.java 2018-11-12 15:48:37.000000000 +0000 +++ new/src/java.base/share/classes/java/net/URLEncoder.java 2018-11-12 15:48:37.000000000 +0000 @@ -109,7 +109,7 @@ * list. It is also noteworthy that this is consistent with * O'Reilly's "HTML: The Definitive Guide" (page 164). * - * As a last note, Intenet Explorer does not encode the "@" + * As a last note, Internet Explorer does not encode the "@" * character which is clearly not unreserved according to the * RFC. We are being consistent with the RFC in this matter, * as is Netscape.