summaryrefslogtreecommitdiffstats
path: root/source/include/ntlmssp.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/ntlmssp.h')
-rw-r--r--source/include/ntlmssp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/ntlmssp.h b/source/include/ntlmssp.h
index 24ac7967615..267779c434d 100644
--- a/source/include/ntlmssp.h
+++ b/source/include/ntlmssp.h
@@ -123,7 +123,7 @@ typedef struct ntlmssp_state
* from the DATA_BLOB chal on this structure.
*
* @param ntlmssp_state This structure
- * @param challange 8 bytes of data, agreed by the client and server to be the effective challenge for NTLM2 authentication
+ * @param challenge 8 bytes of data, agreed by the client and server to be the effective challenge for NTLM2 authentication
*
*/
NTSTATUS (*set_challenge)(struct ntlmssp_state *ntlmssp_state, DATA_BLOB *challenge);