Fix typo in source code comments (s/TEMR/TERM/)

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
Yury V. Zaytsev 2016-10-08 16:40:38 +02:00
parent 85a28f11ae
commit 755447b96e

View File

@ -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.
*/