]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:auth: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 21 Nov 2023 02:03:55 +0000 (15:03 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Dec 2023 02:28:33 +0000 (02:28 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/kerberos/kerberos_util.c

index c0cf89169027fa5b6d23116bc025a4539aa8faa1..de9f2c38655b3004dadec683b4190f6c833f03a1 100644 (file)
@@ -85,7 +85,7 @@ static krb5_error_code parse_principal(TALLOC_CTX *parent_ctx,
                return ret;
        }
 
-       /* This song-and-dance effectivly puts the principal
+       /* This song-and-dance effectively puts the principal
         * into talloc, so we can't lose it. */
        mem_ctx->principal = *princ;
        talloc_set_destructor(mem_ctx, free_principal);