jdk/src/share/classes/javax/security/sasl/SaslException.java
changeset 21278 ef8a3a2a72f2
parent 18830 90956ead732f
--- a/jdk/src/share/classes/javax/security/sasl/SaslException.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/javax/security/sasl/SaslException.java	Tue Oct 29 17:01:06 2013 +0400
@@ -107,7 +107,7 @@
     /**
      * Returns the string representation of this exception.
      * The string representation contains
-     * this exception's class name, its detailed messsage, and if
+     * this exception's class name, its detailed message, and if
      * it has a root exception, the string representation of the root
      * exception. This string representation
      * is meant for debugging and not meant to be interpreted