diff options
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth.c | 2 |
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; |