Even more spelling fixed

This commit is contained in:
chase
2018-04-17 22:00:05 -07:00
committed by Jon Trulson
parent 1fe5a550b2
commit 6d3a19d8f9
27 changed files with 30 additions and 30 deletions

View File

@@ -145,7 +145,7 @@ tmode_enable(
/*
** Attach a focus handler to each window in the project. When the window
** recieves focus, it gets marked dirty.
** receives focus, it gets marked dirty.
*/
if (tmodeP_window_list_add_handler(EnterWindowMask, False,
track_win_focus) != OK)
@@ -207,7 +207,7 @@ tmode_disable(
}
trav_close(&trav);
/* detach the recieve focus handler */
/* detach the receive focus handler */
if (tmodeP_window_list_remove_handler(EnterWindowMask, False,
track_win_focus) != OK)
{
@@ -329,7 +329,7 @@ win_get_geometry(
}
/*
** Track when a window recieves focus and mark the window dirty
** Track when a window receives focus and mark the window dirty
*/
static void
track_win_focus(