From 1ac70bf5a5074a72156ad1eaf72c7c03c9e00b9e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 22 Jul 2020 11:22:51 +0200 Subject: [PATCH] libsmartcols: (docs) fix reference Signed-off-by: Karel Zak --- 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 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. * -- 2.47.2