summaryrefslogtreecommitdiff
path: root/src/basic/format-table.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-07-12 17:23:07 +0900
committerSven Eden <sven.eden@prydeworx.com>2018-10-29 10:18:23 +0100
commita63becf3bc7f90551ab87d3a22414323b402203f (patch)
tree6ac2453d439f4a8f75b6aacb94bc27f919182e75 /src/basic/format-table.c
parenteb4f4389f413d50ea322975c706b270b5f8c8bed (diff)
format-table: fix typo in comment
(cherry picked from commit 475d8599b0821eefb6e6c283f4f9847cffbb4b7b)
Diffstat (limited to 'src/basic/format-table.c')
-rw-r--r--src/basic/format-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/format-table.c b/src/basic/format-table.c
index c13888269..2f1802954 100644
--- a/src/basic/format-table.c
+++ b/src/basic/format-table.c
@@ -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