summaryrefslogtreecommitdiffstats
path: root/source/auth
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-07-01 05:45:16 +0000
committerGerald Carter <jerry@samba.org>2003-07-01 05:45:16 +0000
commitfd24183ec30688f3699e466bd4d908b24918e328 (patch)
treea53cabc402b3688bf43c5bd530040a01318d5e58 /source/auth
parent90470366ea4bdb8021a3453c4bbeb29f009668c1 (diff)
downloadsamba-fd24183ec30688f3699e466bd4d908b24918e328.tar.gz
samba-fd24183ec30688f3699e466bd4d908b24918e328.tar.xz
samba-fd24183ec30688f3699e466bd4d908b24918e328.zip
fix typos in log messages and comments.
Diffstat (limited to 'source/auth')
-rw-r--r--source/auth/auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/auth/auth.c b/source/auth/auth.c
index c50fc1a9b76..d99b00d4a73 100644
--- a/source/auth/auth.c
+++ b/source/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,