From 33f9c078d310ffadb2392a9169d7b9341a3b7806 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 26 Aug 2010 22:01:01 +0200 Subject: s3: Fix typos --- source3/auth/pampass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/auth') diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c index b1c3bb678b..6f8be1a38d 100644 --- a/source3/auth/pampass.c +++ b/source3/auth/pampass.c @@ -340,7 +340,7 @@ static int smb_pam_passchange_conv(int num_msg, DEBUG(10,("smb_pam_passchange_conv: PAM_PROMPT_ECHO_ON: We sent: %s\n", current_reply)); pwd_sub(current_reply, udp->PAM_username, udp->PAM_password, udp->PAM_newpassword); #ifdef DEBUG_PASSWORD - DEBUG(100,("smb_pam_passchange_conv: PAM_PROMPT_ECHO_ON: We actualy sent: %s\n", current_reply)); + DEBUG(100,("smb_pam_passchange_conv: PAM_PROMPT_ECHO_ON: We actually sent: %s\n", current_reply)); #endif reply[replies].resp_retcode = PAM_SUCCESS; reply[replies].resp = smb_pam_copy_fstring( @@ -375,7 +375,7 @@ static int smb_pam_passchange_conv(int num_msg, reply[replies].resp = smb_pam_copy_fstring( current_reply); #ifdef DEBUG_PASSWORD - DEBUG(100,("smb_pam_passchange_conv: PAM_PROMPT_ECHO_OFF: We actualy sent: %s\n", current_reply)); + DEBUG(100,("smb_pam_passchange_conv: PAM_PROMPT_ECHO_OFF: We actually sent: %s\n", current_reply)); #endif found = True; break; -- cgit