]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
format-table: fix typo in comment 9550/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 12 Jul 2018 08:23:07 +0000 (17:23 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 15 Jul 2018 08:07:38 +0000 (17:07 +0900)
src/basic/format-table.c

index ced3593bc48c73d4673acc5e28860c879d4c9c39..89cdd06b2a6f1c3238746adb82f6d1947621696e 100644 (file)
@@ -36,7 +36,7 @@
    that. The first row is always the header row. If header display is turned off we simply skip outputting the first
    row. Also, when sorting rows we always leave the first row where it is, as the header shouldn't move.
 
- - Note because there's no row and no column object some properties that might be approproate as row/column properties
+ - Note because there's no row and no column object some properties that might be appropriate as row/column properties
    are exposed as cell properties instead. For example, the "weight" of a column (which is used to determine where to
    add/remove space preferable when expanding/compressing tables horizontally) is actually made the "weight" of a
    cell. Given that we usually need it per-column though we will calculate the average across every cell of the column