Fix a typo in comment.

Reviewed by:	mux (mentor)
This commit is contained in:
cognet 2005-01-05 11:52:40 +00:00
parent 62d703c31e
commit b19b72ce32

View File

@ -256,7 +256,7 @@ do_write(char *tty, char *mytty, uid_t myuid)
time_t now;
char path[MAXPATHLEN], host[MAXHOSTNAMELEN], line[512];
/* Determine our login name before the we reopen() stdout */
/* Determine our login name before we reopen() stdout */
if ((login = getlogin()) == NULL) {
if ((pwd = getpwuid(myuid)))
login = pwd->pw_name;