pivot-output: Fix typo in comment.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 1 Jan 2021 06:09:44 +0000 (22:09 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 2 Jan 2021 03:23:40 +0000 (19:23 -0800)
src/output/pivot-output.c

index 8cde929c500b6f16e03be9f934768b80157784fb..665747246a15bbed7702b438df053bcdc21f32f0 100644 (file)
@@ -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;