From: Bram Moolenaar Date: Thu, 10 May 2007 17:17:07 +0000 (+0000) Subject: updated for version 7.1b X-Git-Tag: v7.1b~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4868726a3f8ad92f5e2025315072edddad9ab506;p=vim updated for version 7.1b --- diff --git a/src/gui_w48.c b/src/gui_w48.c index 353b7a6e3..f0739263f 100644 --- a/src/gui_w48.c +++ b/src/gui_w48.c @@ -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;