summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-06-27 22:06:18 +0000
committerJeremy Allison <jra@samba.org>2005-06-27 22:06:18 +0000
commit980ea459b67cdfa1873dc53c46f288bc5b0a5c6e (patch)
treeddfeadee1ed593a5eac654d496d278738ce6f6b9
parent10be03447e743a7358b9d56ccf0b2adb84ba82f7 (diff)
downloadsamba-980ea459b67cdfa1873dc53c46f288bc5b0a5c6e.tar.gz
samba-980ea459b67cdfa1873dc53c46f288bc5b0a5c6e.tar.xz
samba-980ea459b67cdfa1873dc53c46f288bc5b0a5c6e.zip
r7956: Spelling mistake.
Jeremy.
-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)