From: Zbigniew Jędrzejewski-Szmek Date: Wed, 24 Nov 2021 10:44:54 +0000 (+0100) Subject: test-pretty-print: spelling nitpick X-Git-Tag: v250-rc1~170^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fa94e07533cbd8b309c592ac0c38af3b6ccdc75;p=thirdparty%2Fsystemd.git test-pretty-print: spelling nitpick 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 --- diff --git a/src/test/test-pretty-print.c b/src/test/test-pretty-print.c index 4620d39bb69..17d21ed109a 100644 --- a/src/test/test-pretty-print.c +++ b/src/test/test-pretty-print.c @@ -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",