From ba237d9403cf45bf71e5d943b92c15e9c494fb0f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 5 Sep 2021 09:13:25 +0200 Subject: [PATCH] auth: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/auth/auth_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. **/ -- 2.11.4.GIT