updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 17:17:07 +00:00
parent 82038d7312
commit 4868726a3f

View File

@ -144,7 +144,7 @@ static void rebuild_tearoff(vimmenu_T *menu);
static HBITMAP s_htearbitmap; /* bitmap used to indicate tearoff */
#endif
/* Flag that is set while processing a message that must not be interupted by
/* Flag that is set while processing a message that must not be interrupted by
* processing another message. */
static int s_busy_processing = FALSE;