8081278: Typo in Exception Message

Reviewed-by: mullan
This commit is contained in:
Weijun Wang 2015-05-28 09:11:14 +08:00
parent 7c57878f39
commit 18dd0d6305

@ -85,7 +85,7 @@ public class Krb5AcceptCredential
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();