jdk/src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
changeset 21278 ef8a3a2a72f2
parent 20787 ab071ce90368
child 21428 e408bf58d482
--- a/jdk/src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java	Tue Oct 29 17:01:06 2013 +0400
@@ -2256,7 +2256,7 @@
      * Gets the authentication for an HTTP server, and applies it to
      * the connection.
      * @param authHdr the AuthenticationHeader which tells what auth scheme is
-     * prefered.
+     * preferred.
      */
     @SuppressWarnings("fallthrough")
     private AuthenticationInfo getServerAuthentication (AuthenticationHeader authhdr) {