jdk/src/share/classes/com/sun/jndi/ldap/pool/Connections.java
changeset 25808 e113d0a0fde0
parent 10324 e28265130e4f
--- a/jdk/src/share/classes/com/sun/jndi/ldap/pool/Connections.java	Fri Aug 01 19:44:52 2014 +0100
+++ b/jdk/src/share/classes/com/sun/jndi/ldap/pool/Connections.java	Fri Aug 01 22:32:51 2014 +0100
@@ -254,7 +254,7 @@
     /**
      * Removes PooledConnection from list of connections.
      * The closing of the connection is separate from this method.
-     * This method is called usually when the caller encouters an error
+     * This method is called usually when the caller encounters an error
      * when using the connection and wants it removed from the pool.
      *
      * @return true if conn removed; false if it was not in pool