diff options
-rw-r--r-- | source3/include/ntlmssp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h index 39f2ae7138..315695c5a2 100644 --- a/source3/include/ntlmssp.h +++ b/source3/include/ntlmssp.h @@ -72,7 +72,7 @@ struct ntlmssp_state * Callback to get the 'challenge' used for NTLM authentication. * * @param ntlmssp_state This structure - * @return 8 bytes of challnege data, determined by the server to be the challenge for NTLM authentication + * @return 8 bytes of challenge data, determined by the server to be the challenge for NTLM authentication * */ void (*get_challenge)(const struct ntlmssp_state *ntlmssp_state, |