From 2b33c919c599367677225e7e53211f050e6fc7e3 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 20 Jul 2023 15:09:42 +1200 Subject: [PATCH] libcli/auth: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- libcli/auth/credentials.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3