diff options
author | Tim Potter <tpot@samba.org> | 2005-04-25 11:47:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:39 -0500 |
commit | 3edf40cd49674c2827312d688c0fd1575847ca1e (patch) | |
tree | cf5bf904513dd95e114d1cd90c08e3067867f2f0 | |
parent | 9c0647ddca26c1ef3beb63ff01830e46cdc9ed2a (diff) | |
download | samba-3edf40cd49674c2827312d688c0fd1575847ca1e.tar.gz samba-3edf40cd49674c2827312d688c0fd1575847ca1e.tar.bz2 samba-3edf40cd49674c2827312d688c0fd1575847ca1e.zip |
r6466: Spelling.
(This used to be commit 764b96792655be550d3c7065cb290bc6ea2b5133)
-rw-r--r-- | source4/auth/ntlmssp/ntlmssp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |