diff options
author | Tim Potter <tpot@samba.org> | 2004-06-05 03:37:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:30 -0500 |
commit | 21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe (patch) | |
tree | 1c3ca6ebc3eb59bb94a5efe3c77595166f32dd00 /source4/auth | |
parent | 5b04ca8080708573207eb58f2c2b207780a6ea28 (diff) | |
download | samba-21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe.tar.gz samba-21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe.tar.bz2 samba-21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe.zip |
r1026: Spelling.
(This used to be commit b7fe73613acf5423b77fd91c56849351bf386960)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth_ntlmssp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_ntlmssp.c b/source4/auth/auth_ntlmssp.c index 006ee49d16..50ec07fe41 100644 --- a/source4/auth/auth_ntlmssp.c +++ b/source4/auth/auth_ntlmssp.c @@ -48,7 +48,7 @@ static BOOL auth_ntlmssp_may_set_challenge(const struct ntlmssp_state *ntlmssp_s } /** - * NTLM2 authentication modifies the effective challange, + * NTLM2 authentication modifies the effective challenge, * @param challenge The new challenge value */ static NTSTATUS auth_ntlmssp_set_challenge(struct ntlmssp_state *ntlmssp_state, DATA_BLOB *challenge) |