summaryrefslogtreecommitdiff
path: root/usr.bin/write
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2005-01-05 11:52:40 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2005-01-05 11:52:40 +0000
commite4bac6b8640bf41b651eb2e3563e08823756a95c (patch)
treec3e98d372643d9f7aae650b7f44d996e2bd92196 /usr.bin/write
parent1e079a911337350d31722ad1020f77746ce4ddf8 (diff)
Notes
Diffstat (limited to 'usr.bin/write')
-rw-r--r--usr.bin/write/write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c
index ca8210c9b28fc..b0e0a1f91b8db 100644
--- a/usr.bin/write/write.c
+++ b/usr.bin/write/write.c
@@ -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;