mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 23:21:22 +03:00
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
This commit is contained in:
parent
91ee7c5ebd
commit
9fa94e0753
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user