s3:libads: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 21 Sep 2023 01:47:37 +0000 (13:47 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:37 +0000 (22:23 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/libads/kerberos.c

index 7c343b93e45742f05d1654b5965bb36a297a4bd2..f76c5665205aeb84c6af3035ee3268a481ece210 100644 (file)
@@ -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