From: Volker Lendecke Date: Sun, 5 Sep 2021 07:13:25 +0000 (+0200) Subject: auth: Fix a typo X-Git-Tag: ldb-2.5.0~767 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba237d9403cf45bf71e5d943b92c15e9c494fb0f;p=thirdparty%2Fsamba.git auth: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/auth/auth_unix.c b/source3/auth/auth_unix.c index 56fd205a9b8..eaf344d61e0 100644 --- a/source3/auth/auth_unix.c +++ b/source3/auth/auth_unix.c @@ -27,7 +27,7 @@ /** Check a plaintext username/password * - * Cannot deal with an encrupted password in any manner whatsoever, + * Cannot deal with an encrypted password in any manner whatsoever, * unless the account has a null password. **/