From: Joseph Sutton Date: Thu, 20 Jul 2023 03:09:42 +0000 (+1200) Subject: libcli/auth: Fix code spelling X-Git-Tag: tevent-0.16.0~1239 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b33c919c599367677225e7e53211f050e6fc7e3;p=thirdparty%2Fsamba.git libcli/auth: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/libcli/auth/credentials.c b/libcli/auth/credentials.c index 02e6fc6852b..48cfb476457 100644 --- a/libcli/auth/credentials.c +++ b/libcli/auth/credentials.c @@ -844,7 +844,7 @@ static NTSTATUS netlogon_creds_crypt_samlogon_validation(struct netlogon_creds_C return NT_STATUS_INVALID_INFO_CLASS; } - /* find and decyrpt the session keys, return in parameters above */ + /* find and decrypt the session keys, return in parameters above */ if (validation_level == 6) { /* they aren't encrypted! */ } else if (creds->negotiate_flags & NETLOGON_NEG_SUPPORTS_AES) {