8081278: Typo in Exception Message
authorweijun
Thu, 28 May 2015 09:11:14 +0800
changeset 30814 6ec190f2dcb9
parent 30813 302fa7e3d2f0
child 30815 4af0e1f6b832
8081278: Typo in Exception Message Reviewed-by: mullan
jdk/src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5AcceptCredential.java
--- a/jdk/src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5AcceptCredential.java	Wed May 27 13:25:32 2015 -0700
+++ b/jdk/src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5AcceptCredential.java	Thu May 28 09:11:14 2015 +0800
@@ -85,7 +85,7 @@
 
         if (creds == null)
             throw new GSSException(GSSException.NO_CRED, -1,
-                                   "Failed to find any Kerberos credentails");
+                                   "Failed to find any Kerberos credentials");
 
         if (name == null) {
             String fullName = creds.getName();