1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

r6466: Spelling.

This commit is contained in:
Tim Potter 2005-04-25 11:47:41 +00:00 committed by Gerald (Jerry) Carter
parent 78dc57c655
commit 764b967926

View File

@ -137,7 +137,7 @@ struct gensec_ntlmssp_state
* from the DATA_BLOB chal on this structure. * from the DATA_BLOB chal on this structure.
* *
* @param ntlmssp_state 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 gensec_ntlmssp_state *, DATA_BLOB *challenge); NTSTATUS (*set_challenge)(struct gensec_ntlmssp_state *, DATA_BLOB *challenge);