From 2dbe538ca8012aa7a59fa91993ab25cc3706e50d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 31 Dec 2020 22:09:44 -0800 Subject: [PATCH] pivot-output: Fix typo in comment. --- src/output/pivot-output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/pivot-output.c b/src/output/pivot-output.c index 8cde929c50..665747246a 100644 --- a/src/output/pivot-output.c +++ b/src/output/pivot-output.c @@ -44,7 +44,7 @@ find_category (const struct pivot_dimension *d, int dim_index, for (const struct pivot_category *c = d->presentation_leaves[index]; c; c = c->parent) { - /* A category can covert multiple rows. Only return the category for its + /* A category can cover multiple rows. Only return the category for its top row. */ if (row_ofs == c->extra_depth) return c; -- 2.30.2