+2013-08-19 Nicolas François <nicolas.francois@centraliens.net>
+
+ * src/su.c: Fix typos.
+
2013-08-19 Nicolas François <nicolas.francois@centraliens.net>
* src/su.c: ret is only used in case of PAM.
close (fd_ptmx);
if (tcsetattr (fd_pts, TCSANOW, &termset_save) == -1) {
- fprintf (stderr, _("%s: Cannot set set termios attributes of sessiont\n"), Prog);
+ fprintf (stderr, _("%s: Cannot set termios attributes of session\n"), Prog);
(void) close (fd_pts);
exit (1);
}
}
}
- return; /* Only the child will return from pam_create_session */
+ return; /* Only the child will return from handle_session */
} else if ((pid_t)-1 == pid_child) {
(void) fprintf (stderr,
_("%s: Cannot fork user shell\n"),