]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-pretty-print: spelling nitpick
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 24 Nov 2021 10:44:54 +0000 (11:44 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 24 Nov 2021 14:55:58 +0000 (15:55 +0100)
The antonym of "nay" is usually spelled as "yea" (and pronouced as yā, so it
rhymes with "nay"), see e.g. https://www.cop.senate.gov/general/Features/votes.htm

src/test/test-pretty-print.c

index 4620d39bb69addf5c513a715683fd05aa9722b11..17d21ed109a59a3951a85816fb5c7230fe08bfd9 100644 (file)
@@ -34,7 +34,7 @@ static void test_cat_files(void) {
 static void test_red_green_cross_check_mark(void) {
         bool b = false;
 
-        printf("yeah: <%s>\n", GREEN_CHECK_MARK());
+        printf("yea: <%s>\n", GREEN_CHECK_MARK());
         printf("nay: <%s>\n", RED_CROSS_MARK());
 
         printf("%s → %s → %s → %s\n",