From 3edf40cd49674c2827312d688c0fd1575847ca1e Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 25 Apr 2005 11:47:41 +0000 Subject: r6466: Spelling. (This used to be commit 764b96792655be550d3c7065cb290bc6ea2b5133) --- source4/auth/ntlmssp/ntlmssp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/ntlmssp') diff --git a/source4/auth/ntlmssp/ntlmssp.h b/source4/auth/ntlmssp/ntlmssp.h index fd9add148c..270beb151f 100644 --- a/source4/auth/ntlmssp/ntlmssp.h +++ b/source4/auth/ntlmssp/ntlmssp.h @@ -137,7 +137,7 @@ struct gensec_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 gensec_ntlmssp_state *, DATA_BLOB *challenge); -- cgit