jdk/src/share/classes/java/net/HttpCookie.java
changeset 23927 225d01ae6469
parent 21346 793a4fec2332
--- a/jdk/src/share/classes/java/net/HttpCookie.java	Wed Apr 16 10:39:36 2014 +0800
+++ b/jdk/src/share/classes/java/net/HttpCookie.java	Wed Apr 16 08:16:51 2014 +0100
@@ -74,7 +74,7 @@
     private boolean httpOnly;   // HttpOnly ... i.e. not accessible to scripts
     private int version = 1;    // Version=1 ... RFC 2965 style
 
-    // The original header this cookie was consructed from, if it was
+    // The original header this cookie was constructed from, if it was
     // constructed by parsing a header, otherwise null.
     private final String header;
 
@@ -985,7 +985,7 @@
     }
 
     /*
-     * Returns the original header this cookie was consructed from, if it was
+     * Returns the original header this cookie was constructed from, if it was
      * constructed by parsing a header, otherwise null.
      */
     private String header() {