summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-06-23 18:27:59 +0000
committerGerald Carter <jerry@samba.org>2003-06-23 18:27:59 +0000
commitd376b67de9ff7a43c9c03c8640d9fe1671d223cb (patch)
tree34023e1a8bc9b25a735954257954e692f337f8cb
parent944480b89a829f159cabff100d83a72400aa6b6c (diff)
downloadsamba-d376b67de9ff7a43c9c03c8640d9fe1671d223cb.tar.gz
samba-d376b67de9ff7a43c9c03c8640d9fe1671d223cb.tar.xz
samba-d376b67de9ff7a43c9c03c8640d9fe1671d223cb.zip
fix typo (bug #170)
-rw-r--r--source/auth/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth.c b/source/auth/auth.c
index 02c7eb6d84a..891f47486b8 100644
--- a/source/auth/auth.c
+++ b/source/auth/auth.c
@@ -249,7 +249,7 @@ static NTSTATUS check_ntlm_password(const struct auth_context *auth_context,
nt_status = auth_method->auth(auth_context, auth_method->private_data, mem_ctx, user_info, server_info);
if (NT_STATUS_IS_OK(nt_status)) {
- DEBUG(3, ("check_ntlm_password: %s authentication for user [%s] suceeded\n",
+ DEBUG(3, ("check_ntlm_password: %s authentication for user [%s] succeeded\n",
auth_method->name, user_info->smb_name.str));
} else {
DEBUG(5, ("check_ntlm_password: %s authentication for user [%s] FAILED with error %s\n",