From b0a37f4e202d2ca22da5f3f4cb7ffc2f3672346d Mon Sep 17 00:00:00 2001 From: andvar Date: Sat, 21 Aug 2021 11:55:24 +0000 Subject: fix some more typos in comments/log messages, improve wording as well. --- tests/lib/libcurses/t_curses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib') diff --git a/tests/lib/libcurses/t_curses.sh b/tests/lib/libcurses/t_curses.sh index 27c9750b49e..c6ac81d84ac 100644 --- a/tests/lib/libcurses/t_curses.sh +++ b/tests/lib/libcurses/t_curses.sh @@ -1200,7 +1200,7 @@ wecho_wchar_body() atf_test_case halfdelay halfdelay_head() { - atf_set "descr" "Tests seting the input mode to half delay" + atf_set "descr" "Tests setting the input mode to half delay" } halfdelay_body() { -- cgit