--- old/src/share/classes/com/sun/jndi/ldap/EventSupport.java 2014-08-01 16:30:44.000000000 +0100 +++ new/src/share/classes/com/sun/jndi/ldap/EventSupport.java 2014-08-01 16:30:44.000000000 +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.