From fbe6c6cd11f0b0e078697aa23f43a38f75d82ec5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 5 Jan 2021 14:36:45 +0100 Subject: [PATCH] auth: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source4/auth/ntlm/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/auth/ntlm/auth.c b/source4/auth/ntlm/auth.c index 1fd7d7a907f..75cf12c5742 100644 --- a/source4/auth/ntlm/auth.c +++ b/source4/auth/ntlm/auth.c @@ -218,7 +218,7 @@ static void auth_check_password_next(struct tevent_req *req); * @param auth_ctx Supplies the challenges and some other data. Must * be created with make_auth_context(), and the * challenges should be filled in, either at creation - * or by calling the challenge geneation function + * or by calling the challenge generation function * auth_get_challenge(). * * @param user_info Contains the user supplied components, including the passwords. -- 2.47.2