krb5: Fix spelling of error messages
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Jeffrey Altman

parent
91d54fd4c9
commit
7369cbd11c
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user