]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
format-table: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 Jan 2026 05:10:39 +0000 (14:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 Jan 2026 05:10:42 +0000 (14:10 +0900)
Follow-up for f42dc5ea18e920c70a8571309bfd66757f5e01cb.

src/shared/format-table.h

index 56dd18fa66d353eb2cc7d49958e422b66419ccaf..a6a06a009ab7ee3f0be159bd60364832b2d27aad 100644 (file)
@@ -10,7 +10,7 @@
 typedef enum TableDataType {
         TABLE_EMPTY,
         TABLE_STRING,
-        TABLE_STRING_WITH_ANSI,    /* like the above, but contains ANSI sequences/TABs. They will be stripped when outputing to JSON */
+        TABLE_STRING_WITH_ANSI,    /* like the above, but contains ANSI sequences/TABs. They will be stripped when outputting to JSON */
         TABLE_HEADER,              /* in regular mode: the cells in the first row, that carry the column names */
         TABLE_FIELD,               /* in vertical mode: the cells in the first column, that carry the field names */
         TABLE_STRV,