# HG changeset patch # User weijun # Date 1350871163 -28800 # Node ID ed2d2261dfbc7e6d652ba44861e4dcd836c3350d # Parent 071fd6fd257dd5dc5614be0c8bc50fcb217703d7 8001204: typo: Unable to obtain Princpal Name for authentication Reviewed-by: xuelei diff -r 071fd6fd257d -r ed2d2261dfbc 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 "