From 9fa94e07533cbd8b309c592ac0c38af3b6ccdc75 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 24 Nov 2021 11:44:54 +0100 Subject: [PATCH] test-pretty-print: spelling nitpick MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.47.3