8001204: typo: Unable to obtain Princpal Name for authentication
authorweijun
Mon, 22 Oct 2012 09:59:23 +0800
changeset 14199 ed2d2261dfbc
parent 14198 071fd6fd257d
child 14200 9363b1893533
8001204: typo: Unable to obtain Princpal Name for authentication Reviewed-by: xuelei
jdk/src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java
--- a/jdk/src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java	Sat Oct 20 22:49:26 2012 +0100
+++ b/jdk/src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java	Mon Oct 22 09:59:23 2012 +0800
@@ -802,7 +802,7 @@
 
         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 "