jdk/src/share/classes/com/sun/jndi/ldap/EventSupport.java
changeset 25808 e113d0a0fde0
parent 10324 e28265130e4f
--- 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.
  *
  *<h4>Deregistration</h4>
- *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.