diff options
Diffstat (limited to 'util/ttyio.c')
-rw-r--r-- | util/ttyio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/ttyio.c b/util/ttyio.c index 1612dc32c..d93512f5e 100644 --- a/util/ttyio.c +++ b/util/ttyio.c @@ -99,8 +99,8 @@ tty_get_ttyname (void) got_name = 1; } #endif - /* Assume the staandrd tty on memory error or when tehre is no - certmid. */ + /* Assume the standard tty on memory error or when there is no + ctermid. */ return name? name : "/dev/tty"; } |