jdk/src/share/classes/java/net/CookieStore.java
changeset 21278 ef8a3a2a72f2
parent 19069 1d9cb0d080e3
--- a/jdk/src/share/classes/java/net/CookieStore.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/net/CookieStore.java	Tue Oct 29 17:01:06 2013 +0400
@@ -48,7 +48,7 @@
      * <p>A cookie to store may or may not be associated with an URI. If it
      * is not associated with an URI, the cookie's domain and path attribute
      * will indicate where it comes from. If it is associated with an URI and
-     * its domain and path attribute are not speicifed, given URI will indicate
+     * its domain and path attribute are not specified, given URI will indicate
      * where this cookie comes from.
      *
      * <p>If a cookie corresponding to the given URI already exists,