summaryrefslogtreecommitdiff
path: root/term/main.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-12 18:56:32 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-12 18:56:32 +0000
commit21ceeb6faa3f896a600ac54e10b8aee5953d7867 (patch)
tree92f0f10292f634f48a8806c8de0c72429137e755 /term/main.c
parentfda9bc55fe2458821c5b9540605d2d1de416ab64 (diff)
(main): Typo.
Diffstat (limited to 'term/main.c')
-rw-r--r--term/main.c2
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;