diff options
author | Jeremy Allison <jra@samba.org> | 2005-06-27 22:06:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:58:04 -0500 |
commit | a8961434c089a37d21d956a17a34e656eb434fd3 (patch) | |
tree | 781ac7f5b1979c2a298bc97c1cb61967ad222935 /source3/auth | |
parent | 600935af498739db32874e57e763e9ce056f1bf5 (diff) | |
download | samba-a8961434c089a37d21d956a17a34e656eb434fd3.tar.gz samba-a8961434c089a37d21d956a17a34e656eb434fd3.tar.bz2 samba-a8961434c089a37d21d956a17a34e656eb434fd3.zip |
r7956: Spelling mistake.
Jeremy.
(This used to be commit f318c371077f28ace52f7d2b1517df0d15a0f05a)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_ntlmssp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c index 0e2c359251..11d9aa09c4 100644 --- a/source3/auth/auth_ntlmssp.c +++ b/source3/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) |