From: Andreas Schneider Date: Thu, 3 Aug 2023 13:39:59 +0000 (+0200) Subject: s4:torture:auth: Fix code spelling X-Git-Tag: tevent-0.16.0~928 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dd07a44a24631525b4c883294e7db2646e3ebeb;p=thirdparty%2Fsamba.git s4:torture:auth: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/auth/pac.c b/source4/torture/auth/pac.c index 518caa0d251..8ba8ed43c37 100644 --- a/source4/torture/auth/pac.c +++ b/source4/torture/auth/pac.c @@ -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;