Even more spelling fixed
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user