From 5541a91dfffa9b615e22bd06b2e0848e484a0fa2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 Dec 2009 21:52:42 +0100 Subject: s3:ntlmssp: fix spelling metze --- source3/include/ntlmssp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') 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, -- cgit