render: Fix typo in comment.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 22 Jan 2023 18:12:11 +0000 (10:12 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 27 Jan 2023 19:47:37 +0000 (11:47 -0800)
src/output/render.c

index 9e469a5e26182cd7ec2dd5bad89c645cc8db3d01..99f3f8baf1073ccc117de8ff62d2a59e257e5d15 100644 (file)
@@ -609,7 +609,7 @@ set_join_crossings (struct render_page *page, enum table_axis axis,
 }
 
 /* Maps a contiguous range of cells from a page to the underlying table along
-   the horizpntal or vertical dimension. */
+   the horizontal or vertical dimension. */
 struct map
   {
     int p0;                     /* First ordinate in the page. */