diff options
author | Gerald Carter <jerry@samba.org> | 2003-07-01 05:45:16 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-07-01 05:45:16 +0000 |
commit | fb5a006c0971694ff4da3601c04f304234d27ae7 (patch) | |
tree | ffeb46fe41f157d96c68959726ad7862de741f72 | |
parent | 0362868fa73bc339d40625ec0adade05fb80a9a7 (diff) | |
download | samba-fb5a006c0971694ff4da3601c04f304234d27ae7.tar.gz samba-fb5a006c0971694ff4da3601c04f304234d27ae7.tar.bz2 samba-fb5a006c0971694ff4da3601c04f304234d27ae7.zip |
fix typos in log messages and comments.
(This used to be commit fd24183ec30688f3699e466bd4d908b24918e328)
-rw-r--r-- | source3/auth/auth.c | 4 | ||||
-rw-r--r-- | source3/printing/printing.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c index c50fc1a9b7..d99b00d4a7 100644 --- a/source3/auth/auth.c +++ b/source3/auth/auth.c @@ -289,7 +289,7 @@ static NTSTATUS check_ntlm_password(const struct auth_context *auth_context, unbecome_root(); if (NT_STATUS_IS_OK(nt_status)) { - DEBUG(5, ("check_ntlm_password: PAM Account for user [%s] suceeded\n", + DEBUG(5, ("check_ntlm_password: PAM Account for user [%s] succeeded\n", pdb_username)); } else { DEBUG(3, ("check_ntlm_password: PAM Account for user [%s] FAILED with error %s\n", @@ -299,7 +299,7 @@ static NTSTATUS check_ntlm_password(const struct auth_context *auth_context, if (NT_STATUS_IS_OK(nt_status)) { DEBUG((*server_info)->guest ? 5 : 2, - ("check_ntlm_password: %sauthentication for user [%s] -> [%s] -> [%s] suceeded\n", + ("check_ntlm_password: %sauthentication for user [%s] -> [%s] -> [%s] succeeded\n", (*server_info)->guest ? "guest " : "", user_info->smb_name.str, user_info->internal_username.str, diff --git a/source3/printing/printing.c b/source3/printing/printing.c index add690fb8b..79f8571e31 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -1465,7 +1465,7 @@ static BOOL print_job_delete1(int snum, uint32 jobid) else remove_from_jobs_changed(snum, jobid); - /* Delete the tdb entry if the delete suceeded or the job hasn't + /* Delete the tdb entry if the delete succeeded or the job hasn't been spooled. */ if (result == 0) { |