diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-06-04 09:42:30 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-06-04 09:42:30 +0000 |
commit | f6abee889b56baa717720691e2e42c84a38ab892 (patch) | |
tree | 8f5834b9070f7e948625343843b7cf0eddfe894c /usr.bin | |
parent | 02d094aada73ac4e5b133330bd72555edf5573d1 (diff) |
teminal -> terminal, from Corey Farwell.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/input.c b/usr.bin/tmux/input.c index f4226edff64..c7c5b7c3f1a 100644 --- a/usr.bin/tmux/input.c +++ b/usr.bin/tmux/input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.76 2015/06/01 13:59:57 nicm Exp $ */ +/* $OpenBSD: input.c,v 1.77 2015/06/04 09:42:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -43,7 +43,7 @@ * pretty stupid but not supporting it is more trouble than it is worth. * * - Special handling for ESC inside a DCS to allow arbitrary byte sequences to - * be passed to the underlying teminal(s). + * be passed to the underlying terminals. */ /* Input parser cell. */ |