fix typo (bug #170)
authorGerald Carter <jerry@samba.org>
Mon, 23 Jun 2003 18:27:59 +0000 (18:27 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 23 Jun 2003 18:27:59 +0000 (18:27 +0000)
(This used to be commit d376b67de9ff7a43c9c03c8640d9fe1671d223cb)

source3/auth/auth.c

index 02c7eb6d84a6745c478907f548cc8e24a9c36211..891f47486b897622c42fc787e362bac6e43acf46 100644 (file)
@@ -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",