]> granicus.if.org Git - vim/commitdiff
updated for version 7.1b
authorBram Moolenaar <Bram@vim.org>
Thu, 10 May 2007 17:17:07 +0000 (17:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 May 2007 17:17:07 +0000 (17:17 +0000)
src/gui_w48.c

index 353b7a6e35888338d9bf7abf9e2dc7f40f7a642f..f0739263faff62c34772651d463f3fb0e4645ebc 100644 (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;