(process_pa_data_to_key): spelling

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13388 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-02-19 12:41:19 +00:00
parent 538ff04fdf
commit 8696c13a7f

View File

@@ -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;
}