From: Ben Pfaff Date: Sun, 22 Jan 2023 18:12:11 +0000 (-0800) Subject: render: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8f55ab3038e9cf4e402ea2539d6d1b6f4f80d92;p=pspp render: Fix typo in comment. --- 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. */