From d8f55ab3038e9cf4e402ea2539d6d1b6f4f80d92 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 22 Jan 2023 10:12:11 -0800 Subject: [PATCH] render: Fix typo in comment. --- src/output/render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/render.c b/src/output/render.c index 9e469a5e26..99f3f8baf1 100644 --- a/src/output/render.c +++ b/src/output/render.c @@ -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. */ -- 2.30.2