summaryrefslogtreecommitdiffstats
path: root/test_spec.lua
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-08-30 12:37:31 -0300
committerHisham <hisham@gobolinux.org>2016-08-30 12:37:31 -0300
commitd4a8023b7236c6fbd2e8f03adf2e1c1c2c823cfb (patch)
treeceb2ae0fdad991eb3313cccd62b918fc9d35edec /test_spec.lua
parentcceab15b9dbdc2f0914c8d479cefa429d1c0daaf (diff)
Fix typos, by @Gelma.
Closes #546.
Diffstat (limited to 'test_spec.lua')
-rwxr-xr-xtest_spec.lua2
1 files changed, 1 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy