From: Joseph Sutton Date: Thu, 21 Sep 2023 01:47:37 +0000 (+1200) Subject: s3:libads: Fix code spelling X-Git-Tag: talloc-2.4.2~1065 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d6d21bdd865d8af010abb0baeac9ae4c6a4f6bd;p=thirdparty%2Fsamba.git s3:libads: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source3/libads/kerberos.c b/source3/libads/kerberos.c index 7c343b93e45..f76c5665205 100644 --- a/source3/libads/kerberos.c +++ b/source3/libads/kerberos.c @@ -64,7 +64,7 @@ kerb_prompter(krb5_context ctx, void *data, prompts[1].type == KRB5_PROMPT_TYPE_NEW_PASSWORD_AGAIN) { /* * We don't want to change passwords here. We're - * called from heimal when the KDC returns + * called from heimdal when the KDC returns * KRB5KDC_ERR_KEY_EXPIRED, but at this point we don't * have the chance to ask the user for a new * password. If we return 0 (i.e. success), we will be