jdk/src/share/classes/com/sun/jndi/ldap/ServiceLocator.java
changeset 25808 e113d0a0fde0
parent 24969 afa6934dd8e8
--- a/jdk/src/share/classes/com/sun/jndi/ldap/ServiceLocator.java	Fri Aug 01 19:44:52 2014 +0100
+++ b/jdk/src/share/classes/com/sun/jndi/ldap/ServiceLocator.java	Fri Aug 01 22:32:51 2014 +0100
@@ -62,7 +62,7 @@
      *
      * @param dn A string distinguished name (RFC 2253).
      * @return A domain name or null if none can be derived.
-     * @throw InvalidNameException If the distinugished name is invalid.
+     * @throw InvalidNameException If the distinguished name is invalid.
      */
     static String mapDnToDomainName(String dn) throws InvalidNameException {
         if (dn == null) {