]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-terminal-util: fix typo 15368/head
authorLennart Poettering <lennart@poettering.net>
Wed, 8 Apr 2020 17:45:08 +0000 (19:45 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 8 Apr 2020 17:45:08 +0000 (19:45 +0200)
src/test/test-terminal-util.c

index 0e563f54970b8e5734d8d4eae4b703a1bd7bd553..52e651faefe4a5f9e3c11618d8eafb45b014c2ed 100644 (file)
@@ -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());