From: Joseph Sutton Date: Thu, 7 Sep 2023 03:52:26 +0000 (+1200) Subject: lib:crypto: Fix code spelling X-Git-Tag: tevent-0.16.0~692 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74580daac96ea435a940db776762e4ceb8b2911f;p=thirdparty%2Fsamba.git lib:crypto: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/lib/crypto/gnutls_arcfour_confounded_md5.c b/lib/crypto/gnutls_arcfour_confounded_md5.c index b99e611df75..7f1bf94c2da 100644 --- a/lib/crypto/gnutls_arcfour_confounded_md5.c +++ b/lib/crypto/gnutls_arcfour_confounded_md5.c @@ -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 *