krb5: pricipal -> principal

fix the spelling errors

Change-Id: I6769ecc50009c11a296766961c1873f4836f33a7
This commit is contained in:
Jeffrey Altman
2016-03-17 11:29:45 -05:00
parent 0f97855826
commit 1953b0bd39
3 changed files with 3 additions and 3 deletions

View File

@@ -805,7 +805,7 @@ fcc_get_principal(krb5_context context,
int fd;
krb5_storage *sp;
ret = init_fcc (context, id, "get-pricipal", &sp, &fd, NULL);
ret = init_fcc (context, id, "get-principal", &sp, &fd, NULL);
if (ret)
return ret;
ret = krb5_ret_principal(sp, principal);