]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
trivial: s/automatical/automatic/g
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>
Wed, 14 Sep 2016 17:36:51 +0000 (19:36 +0200)
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>
Wed, 14 Sep 2016 17:36:51 +0000 (19:36 +0200)
"Automatical" is archaic form of "automatic".

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
libsmartcols/src/table.c

index 32c991e49085296e745b5a6a4db5ed17a5badfdc..c0cf24636f57f6e62f5d1444abdf0b6e15209368 100644 (file)
@@ -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.