summaryrefslogtreecommitdiffstats
path: root/libsmartcols
diff options
context:
space:
mode:
authorIgor Gnatenko2016-09-14 19:36:51 +0200
committerIgor Gnatenko2016-09-14 19:36:51 +0200
commit8e7d9d231e231ffc28078b23afe45f9a06d4515f (patch)
tree681f0a632d7cb40b9c3dc5ea8b1623f3a8b22a8f /libsmartcols
parenttests: add missing expected/ dir stuff (diff)
downloadkernel-qcow2-util-linux-8e7d9d231e231ffc28078b23afe45f9a06d4515f.tar.gz
kernel-qcow2-util-linux-8e7d9d231e231ffc28078b23afe45f9a06d4515f.tar.xz
kernel-qcow2-util-linux-8e7d9d231e231ffc28078b23afe45f9a06d4515f.zip
trivial: s/automatical/automatic/g
"Automatical" is archaic form of "automatic". Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
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.