From: Lennart Poettering Date: Wed, 8 Apr 2020 17:45:08 +0000 (+0200) Subject: test-terminal-util: fix typo X-Git-Tag: v246-rc1~631^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a45aced09a83aa9dfaa14ae5a3406b61e710fe35;p=thirdparty%2Fsystemd.git test-terminal-util: fix typo --- diff --git a/src/test/test-terminal-util.c b/src/test/test-terminal-util.c index 0e563f54970..52e651faefe 100644 --- a/src/test/test-terminal-util.c +++ b/src/test/test-terminal-util.c @@ -88,7 +88,7 @@ static void test_colors(void) { test_one_color("green", ansi_green()); test_one_color("yellow", ansi_yellow()); test_one_color("blue", ansi_blue()); - test_one_color("megenta", ansi_magenta()); + test_one_color("magenta", ansi_magenta()); test_one_color("grey", ansi_grey()); test_one_color("highlight-red", ansi_highlight_red()); test_one_color("highlight-green", ansi_highlight_green());