]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:torture:auth: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 3 Aug 2023 13:39:59 +0000 (15:39 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Aug 2023 21:45:29 +0000 (21:45 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/auth/pac.c

index 518caa0d25159ea521a1ef4ccc978638acf0a7ae..8ba8ed43c37cdefeb9f17afa28392b9e062cac73 100644 (file)
@@ -41,7 +41,7 @@ static bool torture_pac_self_check(struct torture_context *tctx)
        struct PAC_LOGON_INFO *logon_info;
        union netr_Validation validation;
 
-       /* Generate a nice, arbitary keyblock */
+       /* Generate a nice, arbitrary keyblock */
        uint8_t server_bytes[16];
        uint8_t krbtgt_bytes[16];
        krb5_keyblock server_keyblock;