From 8696c13a7fdbebf51b2ecfebadf1678160485f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Feb 2004 12:41:19 +0000 Subject: [PATCH] (process_pa_data_to_key): spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13388 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/init_creds_pw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/init_creds_pw.c b/lib/krb5/init_creds_pw.c index 8e57ad93e..c046c046a 100644 --- a/lib/krb5/init_creds_pw.c +++ b/lib/krb5/init_creds_pw.c @@ -1168,7 +1168,7 @@ process_pa_data_to_key(krb5_context context, ret = pa_data_to_key_plain(context, creds->client, ctx, paid.salt, paid.s2kparams, etype, key); else { - krb5_set_error_string(context, "no usable pa data type"); + krb5_set_error_string(context, "No usable pa data type"); ret = EINVAL; }