From: nicm Date: Thu, 4 Jun 2015 09:42:29 +0000 (+0000) Subject: teminal -> terminal, from Corey Farwell. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=acf53bf7222e3fd3db141e0e93ef728fa56366a4;p=openbsd teminal -> terminal, from Corey Farwell. --- 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 @@ -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. */