We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accb472 commit 9a72884Copy full SHA for 9a72884
src/gmt_plot.c
@@ -3095,7 +3095,7 @@ GMT_LOCAL void gmtplot_map_boundary (struct GMT_CTRL *GMT) {
3095
}
3096
3097
PSL_comment(PSL, "End of map frame\n");
3098
- 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");
3099
3100
3101
/* gmt_map_basemap will create a basemap for the given area.
0 commit comments