Skip to content

Commit 9a72884

Browse files
authored
Fix Typo (#8859)
1 parent accb472 commit 9a72884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gmt_plot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3095,7 +3095,7 @@ GMT_LOCAL void gmtplot_map_boundary (struct GMT_CTRL *GMT) {
30953095
}
30963096

30973097
PSL_comment(PSL, "End of map frame\n");
3098-
if (!PSL->internal.comments) PSL_command(PSL, "\n%%End of map fram\n");
3098+
if (!PSL->internal.comments) PSL_command(PSL, "\n%%End of map frame\n");
30993099
}
31003100

31013101
/* gmt_map_basemap will create a basemap for the given area.

0 commit comments

Comments
 (0)