]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 5 Jan 2021 13:36:45 +0000 (14:36 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 8 Jan 2021 20:31:33 +0000 (20:31 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/auth/ntlm/auth.c

index 1fd7d7a907f67c37c4ec67a407847a8d01821640..75cf12c57429ba74d05829283717ba082aaff1b8 100644 (file)
@@ -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.