summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/ntlmssp.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-09-11 23:05:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:39 -0500
commita06b88863d165d20123ee19f9313249b870ed2be (patch)
treea2403b1f42039a23bf82d2d7b876b148c3b118b4 /source4/libcli/auth/ntlmssp.h
parent909c9b681a0718b8701e05addbad08c0aec87113 (diff)
downloadsamba-a06b88863d165d20123ee19f9313249b870ed2be.tar.gz
samba-a06b88863d165d20123ee19f9313249b870ed2be.tar.bz2
samba-a06b88863d165d20123ee19f9313249b870ed2be.zip
r2285: Remove more static data, fix spelling in a comment.
(This used to be commit 2c701f59a7f232fed624f7cec62dd494dd32c2d9)
Diffstat (limited to 'source4/libcli/auth/ntlmssp.h')
-rw-r--r--source4/libcli/auth/ntlmssp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/auth/ntlmssp.h b/source4/libcli/auth/ntlmssp.h
index 153669f7b4..a318025650 100644
--- a/source4/libcli/auth/ntlmssp.h
+++ b/source4/libcli/auth/ntlmssp.h
@@ -120,7 +120,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
*
*/
const uint8_t *(*get_challenge)(const struct ntlmssp_state *ntlmssp_state);