fix typos

This commit is contained in:
RainRat
2024-04-26 08:10:10 -04:00
committed by nhmall
parent 26c8cbc931
commit e7aaf8dc1c
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2655,7 +2655,7 @@ init_standard_windows(void)
XtSetArg(args[num_args], nhStr(XtNbottom), XtChainBottom); num_args++;
XtSetValues(map_viewport, args, num_args);
/* Create the status window, with the form as it's parent. */
/* Create the status window, with the form as its parent. */
status_win = find_free_window();
wp = &window_list[status_win];
wp->cursx = wp->cursy = wp->pixel_width = wp->pixel_height = 0;