From: Volker Lendecke Date: Tue, 5 Jan 2021 13:36:45 +0000 (+0100) Subject: auth: Fix a typo X-Git-Tag: samba-4.14.0rc1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe6c6cd11f0b0e078697aa23f43a38f75d82ec5;p=thirdparty%2Fsamba.git auth: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Reviewed-by: Jeremy Allison --- 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.