diff options
author | 2015-06-04 09:42:29 +0000 | |
---|---|---|
committer | 2015-06-04 09:42:29 +0000 | |
commit | acf53bf7222e3fd3db141e0e93ef728fa56366a4 (patch) | |
tree | 90c6d7914ae9695243e25f6acf26553c1d2c7206 /usr.bin/tmux/input.c | |
parent | Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit from (diff) | |
download | wireguard-openbsd-acf53bf7222e3fd3db141e0e93ef728fa56366a4.tar.xz wireguard-openbsd-acf53bf7222e3fd3db141e0e93ef728fa56366a4.zip |
teminal -> terminal, from Corey Farwell.
Diffstat (limited to 'usr.bin/tmux/input.c')
-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. */ |