From d4a8023b7236c6fbd2e8f03adf2e1c1c2c823cfb Mon Sep 17 00:00:00 2001 From: Hisham Date: Tue, 30 Aug 2016 12:37:31 -0300 Subject: Fix typos, by @Gelma. Closes #546. --- test_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_spec.lua') diff --git a/test_spec.lua b/test_spec.lua index de905205..7fd6c0c0 100755 --- a/test_spec.lua +++ b/test_spec.lua @@ -36,7 +36,7 @@ os.execute("cp ./default.htoprc ./test.htoprc") rt:forkPty("LC_ALL=C HTOPRC=./test.htoprc ./htop 2> htop-valgrind.txt") local stdscr, term_win --- Curses initalization needed even when not in visual mode +-- Curses initialization needed even when not in visual mode -- because luaposix only initializes KEY_* constants after initscr(). stdscr = curses.initscr() if visual then -- cgit v1.2.3