--- old/src/share/classes/com/sun/jndi/ldap/pool/Pool.java 2014-08-01 16:30:56.000000000 +0100 +++ new/src/share/classes/com/sun/jndi/ldap/pool/Pool.java 2014-08-01 16:30:55.000000000 +0100 @@ -68,8 +68,8 @@ * whenever a pooled connection is requested or a call to remove the expired * connections is made. The monitoring is done regularly when idle connection * timeout is set as the PoolCleaner removes expired connections periodically. - * As determined by the experiements, cleanup of resources using the - * ReferenceQueue mechanism is reliable and has immidiate effect than the + * As determined by the experiments, cleanup of resources using the + * ReferenceQueue mechanism is reliable and has immediate effect than the * finalizer approach. * * @author Rosanna Lee