krb5: Fix spelling of error messages

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2023-06-23 12:56:24 +12:00
committed by Jeffrey Altman
parent 91d54fd4c9
commit 7369cbd11c
8 changed files with 16 additions and 16 deletions

View File

@@ -3208,7 +3208,7 @@ krb5_keytype_to_enctypes (krb5_context context,
}
if (n == 0) {
krb5_set_error_message(context, KRB5_PROG_KEYTYPE_NOSUPP,
"Keytype have no mapping");
"Keytype has no mapping");
return KRB5_PROG_KEYTYPE_NOSUPP;
}