From 1d8f4347bb2ce1c14791d1ef020c470721738a94 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Mon, 21 Nov 2022 14:01:47 +1300 Subject: [PATCH] lib/krb5: Fix error message typo Signed-off-by: Joseph Sutton Reviewed-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- lib/krb5/init_creds_pw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/init_creds_pw.c b/lib/krb5/init_creds_pw.c index e9e8228ae..c88e6da59 100644 --- a/lib/krb5/init_creds_pw.c +++ b/lib/krb5/init_creds_pw.c @@ -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) {