From 9f2b131c5700e0f44db01e8c458d018258aee8ba Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 27 Jan 2020 16:43:24 +0100 Subject: [PATCH] auth3: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- source3/auth/check_samsec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/auth/check_samsec.c b/source3/auth/check_samsec.c index 53b6da53dc1..cfd32c5f5ba 100644 --- a/source3/auth/check_samsec.c +++ b/source3/auth/check_samsec.c @@ -290,7 +290,7 @@ static NTSTATUS sam_account_ok(TALLOC_CTX *mem_ctx, /** * Check whether the given password is one of the last two * password history entries. If so, the bad pwcount should - * not be incremented even thought the actual password check + * not be incremented even though the actual password check * failed. */ static bool need_to_increment_bad_pw_count( -- 2.47.2