diff options
Diffstat (limited to 'sessreg.c')
-rw-r--r-- | sessreg.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -603,7 +603,7 @@ set_utmpx (struct utmpx *u, const char *line, const char *user, * compute the slot-number for an X display. This is computed * by counting the lines in /etc/ttys and adding the line-number * that the display appears on in Xservers. This is a poor - * design, but is limited by the non-existant interface to utmp. + * design, but is limited by the non-existent interface to utmp. * If host_name is non-NULL, assume it contains the display name, * otherwise use the tty_line argument (i.e., the tty name). */ @@ -658,7 +658,7 @@ Xslot (char *ttys_file, char *servers_file, char *tty_line, char *host_name, column0 = 1; } /* - * display not found in Xservers file - allocate utmp entry dinamically + * display not found in Xservers file - allocate utmp entry dynamically */ return findslot (tty_line, host_name, addp, slot); } |