diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-12-24 21:52:42 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-12-29 08:19:00 +0100 |
commit | 5541a91dfffa9b615e22bd06b2e0848e484a0fa2 (patch) | |
tree | 93e4e4eb49667b14c8ecef1a9525b6c274b2a6f6 | |
parent | 5ff127b64102d4d240fafcb92de44e1aaf994a82 (diff) | |
download | samba-5541a91dfffa9b615e22bd06b2e0848e484a0fa2.tar.gz samba-5541a91dfffa9b615e22bd06b2e0848e484a0fa2.tar.bz2 samba-5541a91dfffa9b615e22bd06b2e0848e484a0fa2.zip |
s3:ntlmssp: fix spelling
metze
-rw-r--r-- | source3/include/ntlmssp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |