lib/krb5: Fix error message typo

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton
2022-11-21 14:01:47 +13:00
committed by Nico Williams
parent 597b59dfb7
commit 1d8f4347bb

View File

@@ -3205,7 +3205,7 @@ init_creds_step(krb5_context context,
if (available_padata_count(&ctx->md) == 0) {
krb5_set_error_message(context, ret,
N_("Preauth required but no preauth "
"options send by KDC", ""));
"options sent by KDC", ""));
goto out;
}
} else if (ret == KRB5KRB_AP_ERR_SKEW && context->kdc_sec_offset == 0) {