jdk/src/share/classes/com/sun/jndi/ldap/LdapReferralContext.java
changeset 25808 e113d0a0fde0
parent 10324 e28265130e4f
--- a/jdk/src/share/classes/com/sun/jndi/ldap/LdapReferralContext.java	Fri Aug 01 19:44:52 2014 +0100
+++ b/jdk/src/share/classes/com/sun/jndi/ldap/LdapReferralContext.java	Fri Aug 01 22:32:51 2014 +0100
@@ -679,7 +679,7 @@
 
         } catch (LdapReferralException e) {
 
-            // %%% VR - setNameResolved(true);
+            // %%% setNameResolved(true);
 
             // append (referrals from) the exception that generated this
             // context to the new exception, so that referral processing
@@ -897,7 +897,7 @@
 
     /*
      * Use the attributes and scope components from the LDAP URL (if present)
-     * to override the corrpesonding components supplied in SearchControls.
+     * to override the corresponding components supplied in SearchControls.
      */
     private SearchControls overrideAttributesAndScope(SearchControls cons) {
         SearchControls urlCons;