From 74580daac96ea435a940db776762e4ceb8b2911f Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 7 Sep 2023 15:52:26 +1200 Subject: [PATCH] lib:crypto: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- lib/crypto/gnutls_arcfour_confounded_md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *