diff options
Diffstat (limited to 'term')
-rw-r--r-- | term/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term/main.c b/term/main.c index 0d5c7926..35633e96 100644 --- a/term/main.c +++ b/term/main.c @@ -102,7 +102,7 @@ main (int argc, char **argv) else if (!strcmp (argv[2], "pty-master")) { type = T_PTYMASTER; - bottom = &ptyio_botom; + bottom = &ptyio_bottom; ourclass = pty_class; ourcntlclass = pty_cntl_class; ourcntl = &ptyctl; |