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

@@ -347,7 +347,7 @@ digest_request(krb5_context context,
if (key == NULL) {
ret = EINVAL;
krb5_set_error_message(context, ret,
N_("Digest reply have no remote subkey", ""));
N_("Digest reply has no remote subkey", ""));
goto out;
}