From e71498cf92bea0eb95269c336cec18094f257ede Mon Sep 17 00:00:00 2001 From: Esteban82 Date: Wed, 7 Jan 2026 08:52:52 -0300 Subject: [PATCH] Fix Typo --- src/gmt_plot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmt_plot.c b/src/gmt_plot.c index 439cb4dbdc1..a4a5bbd63df 100644 --- a/src/gmt_plot.c +++ b/src/gmt_plot.c @@ -3095,7 +3095,7 @@ GMT_LOCAL void gmtplot_map_boundary (struct GMT_CTRL *GMT) { } PSL_comment(PSL, "End of map frame\n"); - if (!PSL->internal.comments) PSL_command(PSL, "\n%%End of map fram\n"); + if (!PSL->internal.comments) PSL_command(PSL, "\n%%End of map frame\n"); } /* gmt_map_basemap will create a basemap for the given area.