]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:crypto: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 7 Sep 2023 03:52:26 +0000 (15:52 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Sep 2023 02:42:41 +0000 (02:42 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/crypto/gnutls_arcfour_confounded_md5.c

index b99e611df7550769d69ef40534f0ae35b3787ad0..7f1bf94c2daa9e443c716fe2bbbf2b38afa7b073 100644 (file)
@@ -22,7 +22,7 @@
 */
 
 /*
- * This (arcfour over data with a key combined from two imputs, one
+ * This (arcfour over data with a key combined from two inputs, one
  * the key another the confounder), is a common pattern in pre-AES
  * windows cryptography
  *