changeset 6357:b39ab9c6f4cb

8001204: typo: Unable to obtain Princpal Name for authentication Reviewed-by: xuelei
author weijun
date Mon, 22 Oct 2012 09:59:23 +0800
parents a40b0f51613b
children e19dc885da0d
files src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java	Sat Oct 20 22:49:26 2012 +0100
+++ b/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 "