summaryrefslogtreecommitdiff
path: root/sessreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sessreg.c')
-rw-r--r--sessreg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sessreg.c b/sessreg.c
index 9680851..c574f6e 100644
--- a/sessreg.c
+++ b/sessreg.c
@@ -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);
}