]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli:auth: Fix code spelling
authorJo Sutton <josutton@catalyst.net.nz>
Tue, 16 Jul 2024 01:32:05 +0000 (13:32 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Sun, 4 Aug 2024 00:32:39 +0000 (00:32 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
libcli/auth/smbencrypt.c

index bddc843f524838942d4eaac1c9d70c2334ce2fad..7818d2921f8062ae3aef8dc6d79b26baf1e1e387 100644 (file)
@@ -1106,7 +1106,7 @@ NTSTATUS encode_rc4_passwd_buffer(const char *passwd,
 
        /*
         * The packet format is the 516 byte RC4 encrypted
-        * password followed by the 16 byte counfounder
+        * password followed by the 16 byte confounder
         * The confounder is a salt to prevent pre-computed hash attacks on the
         * database.
         */