s3: Fix typos
authorVolker Lendecke <vl@samba.org>
Thu, 26 Aug 2010 20:01:01 +0000 (22:01 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 26 Aug 2010 20:57:13 +0000 (22:57 +0200)
source3/auth/pampass.c

index b1c3bb678b269ecc4a4e85a58a91334fcc4e7caf..6f8be1a38d8403627ce9dce34ec6c7da062fe9b3 100644 (file)
@@ -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;