summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/grouping.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsmartcols/src/grouping.c')
-rw-r--r--libsmartcols/src/grouping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsmartcols/src/grouping.c b/libsmartcols/src/grouping.c
index c5fb2cb9f..add4b748a 100644
--- a/libsmartcols/src/grouping.c
+++ b/libsmartcols/src/grouping.c
@@ -127,7 +127,7 @@ void scols_groups_fix_members_order(struct libscols_table *tb)
groups_fix_members_order(ln);
}
- /* If group child is memeber of another group *
+ /* If group child is member of another group *
scols_reset_iter(&itr, SCOLS_ITER_FORWARD);
while (scols_table_next_group(tb, &itr, &gr) == 0) {
struct libscols_iter xitr;
@@ -224,7 +224,7 @@ static int group_state_for_line(struct libscols_group *gr, struct libscols_line
*/
static void grpset_apply_group_state(struct libscols_group **xx, int state, struct libscols_group *gr)
{
- DBG(GROUP, ul_debugobj(gr, " appling state to grpset"));
+ DBG(GROUP, ul_debugobj(gr, " applying state to grpset"));
/* gr->state holds the old state, @state is the new state
*/