trivial: s/automatical/automatic/g

"Automatical" is archaic form of "automatic".

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2016-09-14 19:36:51 +02:00
parent 280fe9c901
commit 8e7d9d231e
1 changed files with 1 additions and 1 deletions

View 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.