]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
analyze-calendar: avoid unnecessary abbreviation
authorDavid Tardon <dtardon@redhat.com>
Fri, 11 Nov 2022 08:12:06 +0000 (09:12 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 13 Nov 2022 11:19:05 +0000 (20:19 +0900)
src/analyze/analyze-calendar.c

index 952fe95c2cfdc939123ce7365de0642f3faeed0d..a53d11580b00ce5792e19635eb3addb39bdb3874 100644 (file)
@@ -91,7 +91,7 @@ static int test_calendar_one(usec_t n, const char *p) {
                         else
                                 k = 0;
 
-                        r = table_add_cell_stringf(table, NULL, "Iter. #%u:", i+1);
+                        r = table_add_cell_stringf(table, NULL, "Iteration #%u:", i+1);
                         if (r < 0)
                                 return table_log_add_error(r);