diff -r bd380b80f9ea -r ef8a3a2a72f2 jdk/src/share/classes/javax/security/sasl/SaslClient.java --- a/jdk/src/share/classes/javax/security/sasl/SaslClient.java Tue Oct 29 16:35:20 2013 +0400 +++ b/jdk/src/share/classes/javax/security/sasl/SaslClient.java Tue Oct 29 17:01:06 2013 +0400 @@ -123,7 +123,7 @@ * @param challenge The non-null challenge sent from the server. * The challenge array may have zero length. * - * @return The possibly null reponse to send to the server. + * @return The possibly null response to send to the server. * It is null if the challenge accompanied a "SUCCESS" status and the challenge * only contains data for the client to update its state and no response * needs to be sent to the server. The response is a zero-length byte