From 755447b96ed57ba69c624c1d65e1dc873f0ab11c Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Sat, 8 Oct 2016 16:40:38 +0200 Subject: [PATCH] Fix typo in source code comments (s/TEMR/TERM/) Signed-off-by: Yury V. Zaytsev --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index ae1e82404..47d53cb4d 100644 --- a/src/main.c +++ b/src/main.c @@ -311,7 +311,7 @@ main (int argc, char *argv[]) } /* check terminal type - * $TEMR must be set and not empty + * $TERM must be set and not empty * mc_global.tty.xterm_flag is used in init_key() and tty_init() * Do this after mc_args_handle() where mc_args__force_xterm is set up. */ -- 2.11.4.GIT