]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:auth: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 8 Aug 2023 00:38:39 +0000 (12:38 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Aug 2023 04:57:34 +0000 (04:57 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/kerberos/kerberos_pac.c

index 85e08c2db32b048d37b39385890e308a332ef97a..ee2cda1545eae2dc3f0400695d050f544663762d 100644 (file)
                return ret;
        }
 
-       /* And push it out again, this time to the world.  This relies on determanistic pointer values */
+       /* And push it out again, this time to the world.  This relies on deterministic pointer values */
        ndr_err = ndr_push_struct_blob(&tmp_blob, mem_ctx,
                                       pac_data,
                                       (ndr_push_flags_fn_t)ndr_push_PAC_DATA);