8001204: typo: Unable to obtain Princpal Name for authentication

Reviewed-by: xuelei
This commit is contained in:
Weijun Wang 2012-10-22 09:59:23 +08:00
parent d11cb7e6c1
commit 3dcf67df0d

View File

@ -802,7 +802,7 @@ public class Krb5LoginModule implements LoginModule {
if (doNotPrompt) {
throw new LoginException
("Unable to obtain Princpal Name for authentication ");
("Unable to obtain Principal Name for authentication ");
} else {
if (callbackHandler == null)
throw new LoginException("No CallbackHandler "