fix spelling

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25290 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-06-24 18:07:48 +00:00
parent 8be9f44602
commit b7b88769b9

View File

@@ -86,7 +86,7 @@ create_random_entry(krb5_principal princ,
/* Replace the string2key based keys with real random bytes */
ret = kadm5_randkey_principal(kadm_handle, princ, &keys, &n_keys);
if(ret) {
krb5_warn(context, ret, "create_random_entry*%s): randkey failed",
krb5_warn(context, ret, "create_random_entry(%s): randkey failed",
name);
goto out;
}