]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli/auth: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 20 Jul 2023 03:09:42 +0000 (15:09 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:36 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/auth/credentials.c

index 02e6fc6852b084a47a94c4c422c40ea83a6c7395..48cfb47645772c81b290b4855a70584d2d905fff 100644 (file)
@@ -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) {