From: Igor Gnatenko Date: Wed, 14 Sep 2016 17:36:51 +0000 (+0200) Subject: trivial: s/automatical/automatic/g X-Git-Tag: v2.29-rc1~56^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e7d9d231e231ffc28078b23afe45f9a06d4515f;p=thirdparty%2Futil-linux.git trivial: s/automatical/automatic/g "Automatical" is archaic form of "automatic". Signed-off-by: Igor Gnatenko --- diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c index 32c991e490..c0cf24636f 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.