diff -r 6c325960c9ee -r e113d0a0fde0 jdk/src/share/classes/com/sun/jndi/ldap/EventSupport.java --- a/jdk/src/share/classes/com/sun/jndi/ldap/EventSupport.java Fri Aug 01 19:44:52 2014 +0100 +++ b/jdk/src/share/classes/com/sun/jndi/ldap/EventSupport.java Fri Aug 01 22:32:51 2014 +0100 @@ -83,7 +83,7 @@ *a new notifier is created for the listener. * *

Deregistration

- *When a deregistration request is made, this class attemps to find its + *When a deregistration request is made, this class attempts to find its *corresponding notifier. If the notifier is found, the listener is removed *from the notifier's list. If the listener is the last listener on the list, *the notifier's thread is terminated and removed from this class's hashtable.