summaryrefslogtreecommitdiffstats
path: root/source/auth
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-06-27 22:06:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:58:04 -0500
commitf318c371077f28ace52f7d2b1517df0d15a0f05a (patch)
treeddfeadee1ed593a5eac654d496d278738ce6f6b9 /source/auth
parent0da60e9954b84bac29bb219803f6175b7a30b591 (diff)
downloadsamba-f318c371077f28ace52f7d2b1517df0d15a0f05a.tar.gz
samba-f318c371077f28ace52f7d2b1517df0d15a0f05a.tar.xz
samba-f318c371077f28ace52f7d2b1517df0d15a0f05a.zip
r7956: Spelling mistake.
Jeremy.
Diffstat (limited to 'source/auth')
-rw-r--r--source/auth/auth_ntlmssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_ntlmssp.c b/source/auth/auth_ntlmssp.c
index 0e2c359251d..11d9aa09c4c 100644
--- a/source/auth/auth_ntlmssp.c
+++ b/source/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)