summaryrefslogtreecommitdiff
path: root/source3/auth/auth.c
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-04-09 16:14:04 +0200
committerKarolin Seeger <kseeger@samba.org>2008-04-09 16:14:04 +0200
commita8124367b4fcfea165569e4ce1e3401deacb0142 (patch)
tree6d9c1bf7a20c2cfdc1e96423773c1d4b8e76a937 /source3/auth/auth.c
parentc12bf374fe4b7e1eb1a4f121f21495b4c5cb6725 (diff)
downloadsamba-a8124367b4fcfea165569e4ce1e3401deacb0142.tar.gz
samba-a8124367b4fcfea165569e4ce1e3401deacb0142.tar.bz2
samba-a8124367b4fcfea165569e4ce1e3401deacb0142.zip
Fix typos.
Karolin (This used to be commit 6cee34703503fbf3629057345fe221b866560648)
Diffstat (limited to 'source3/auth/auth.c')
-rw-r--r--source3/auth/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c
index 05bb6a5af0..754cb7a508 100644
--- a/source3/auth/auth.c
+++ b/source3/auth/auth.c
@@ -114,7 +114,7 @@ static const uint8 *get_ntlm_challenge(struct auth_context *auth_context)
DEBUG(3, ("auth_get_challenge: getting challenge from authentication method %s FAILED.\n",
auth_method->name));
} else {
- DEBUG(5, ("auth_get_challenge: sucessfully got challenge from module %s\n", auth_method->name));
+ DEBUG(5, ("auth_get_challenge: successfully got challenge from module %s\n", auth_method->name));
auth_context->challenge = challenge;
challenge_set_by = auth_method->name;
auth_context->challenge_set_method = auth_method;