jdk/src/share/classes/java/net/URLConnection.java
changeset 21278 ef8a3a2a72f2
parent 19069 1d9cb0d080e3
child 21428 e408bf58d482
--- a/jdk/src/share/classes/java/net/URLConnection.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/net/URLConnection.java	Tue Oct 29 17:01:06 2013 +0400
@@ -371,7 +371,7 @@
      * java.net.SocketTimeoutException is raised. A timeout of zero is
      * interpreted as an infinite timeout.
 
-     * <p> Some non-standard implmentation of this method may ignore
+     * <p> Some non-standard implementation of this method may ignore
      * the specified timeout. To see the connect timeout set, please
      * call getConnectTimeout().
      *
@@ -1059,7 +1059,7 @@
      *
      * <p> NOTE: HTTP requires all request properties which can
      * legally have multiple instances with the same key
-     * to use a comma-seperated list syntax which enables multiple
+     * to use a comma-separated list syntax which enables multiple
      * properties to be appended into a single property.
      *
      * @param   key     the keyword by which the request is known