summaryrefslogtreecommitdiffstats
path: root/libsmartcols
diff options
context:
space:
mode:
authorKarel Zak2016-09-15 10:05:15 +0200
committerKarel Zak2016-09-15 10:05:15 +0200
commit54c6de3d04f2740cd2d7a6b665677105f722174e (patch)
treefa6b9f33e3f6aa2fdb2af88a2fc7719b744814e2 /libsmartcols
parentsmartcols/symbols: free cell_padding in unref() (diff)
parenttrivial: s/automatical/automatic/g (diff)
downloadkernel-qcow2-util-linux-54c6de3d04f2740cd2d7a6b665677105f722174e.tar.gz
kernel-qcow2-util-linux-54c6de3d04f2740cd2d7a6b665677105f722174e.tar.xz
kernel-qcow2-util-linux-54c6de3d04f2740cd2d7a6b665677105f722174e.zip
Merge branch 'patch-1' of https://github.com/ignatenkobrain/util-linux
Diffstat (limited to 'libsmartcols')
-rw-r--r--libsmartcols/src/table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index 32c991e49..c0cf24636 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -1111,7 +1111,7 @@ int scols_sort_table(struct libscols_table *tb, struct libscols_column *cl)
* @tb: table
* @force: SCOLS_TERMFORCE_{NEVER,ALWAYS,AUTO}
*
- * Forces library to use stdout as terminal, non-terminal or use automatical
+ * Forces library to use stdout as terminal, non-terminal or use automatic
* detection (default).
*
* Returns: 0, a negative value in case of an error.