From: Karel Zak Date: Wed, 22 Jul 2020 09:22:51 +0000 (+0200) Subject: libsmartcols: (docs) fix reference X-Git-Tag: v2.36~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ac70bf5a5074a72156ad1eaf72c7c03c9e00b9e;p=thirdparty%2Futil-linux.git libsmartcols: (docs) fix reference Signed-off-by: Karel Zak --- diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c index 0ca154a515..a3ba21dc60 100644 --- a/libsmartcols/src/table.c +++ b/libsmartcols/src/table.c @@ -1187,7 +1187,7 @@ int scols_table_enable_maxout(struct libscols_table *tb, int enable) * padding is not added to the empty cells at the end of the line. The default is fill * tailing empty cells except the last line cell. * - * This setting is mutually exclusive to cols_table_enable_maxout(). + * This setting is mutually exclusive to scols_table_enable_maxout(). * * Returns: 0 on success, negative number in case of an error. *