jdk/src/share/classes/com/sun/jndi/ldap/LdapAttribute.java
changeset 25808 e113d0a0fde0
parent 23882 7dbf42ed83ef
--- a/jdk/src/share/classes/com/sun/jndi/ldap/LdapAttribute.java	Fri Aug 01 19:44:52 2014 +0100
+++ b/jdk/src/share/classes/com/sun/jndi/ldap/LdapAttribute.java	Fri Aug 01 22:32:51 2014 +0100
@@ -34,7 +34,7 @@
 /**
   * This subclass is used by LDAP to implement the schema calls.
   * Basically, it keeps track of which context it is an attribute of
-  * so it can get the schema for that cotnext.
+  * so it can get the schema for that context.
   *
   * @author Jon Ruiz
   */
@@ -134,7 +134,7 @@
         // setup internal state
         this.setBaseCtxInfo();
 
-        // let the ObjectOutpurStream do the real work of serialization
+        // let the ObjectOutputStream do the real work of serialization
         out.defaultWriteObject();
     }