From 8e7d9d231e231ffc28078b23afe45f9a06d4515f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Sep 2016 19:36:51 +0200 Subject: [PATCH] trivial: s/automatical/automatic/g "Automatical" is archaic form of "automatic". Signed-off-by: Igor Gnatenko --- libsmartcols/src/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.