Francois Gouget : conhost/tests: Fix the spelling of a comment message.

Alexandre Julliard julliard at winehq.org
Mon Sep 21 15:12:15 CDT 2020


Module: wine
Branch: master
Commit: c21a7500aecd3920db516efaecc051e2b34196dc
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c21a7500aecd3920db516efaecc051e2b34196dc

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Sep 21 18:37:16 2020 +0200

conhost/tests: Fix the spelling of a comment message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/conhost/tests/tty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/conhost/tests/tty.c b/programs/conhost/tests/tty.c
index 369199a127..27912aa188 100644
--- a/programs/conhost/tests/tty.c
+++ b/programs/conhost/tests/tty.c
@@ -923,7 +923,7 @@ static void test_tty_output(void)
     expect_output_sequence("\x1b[32m");    /* foreground black */
     expect_output_sequence("\x1b[1;8H");   /* set cursor */
     expect_output_sequence("0");
-    expect_output_sequence("\x1b[41m");    /* backgorund red */
+    expect_output_sequence("\x1b[41m");    /* background red */
     expect_output_sequence("1");
     expect_output_sequence("\x1b[30m");    /* foreground black */
     expect_output_sequence("2");




More information about the wine-cvs mailing list