From: Karel Zak Date: Thu, 13 Apr 2017 09:47:43 +0000 (+0200) Subject: libsmartcols: fix typo X-Git-Tag: v2.30-rc1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8341f418a23ba55183f9007f8f8b8862655235f;p=thirdparty%2Futil-linux.git libsmartcols: fix typo Signed-off-by: Karel Zak --- diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c index c9f043cc2e..cb20544a76 100644 --- a/libsmartcols/src/table.c +++ b/libsmartcols/src/table.c @@ -1335,8 +1335,8 @@ static struct libscols_line *move_line_and_children(struct libscols_line *ln, st * scols_sort_table_by_tree: * @tb: table * - * Reorders lines in the tree according to parent->child relation. Note that - * order of lines in the table is independent on the tree hierarchy. + * Reorders lines in the table by parent->child relation. Note that order of + * the lines in the table is independent on the tree hierarchy. * * Returns: 0, a negative value in case of an error. */