changeset 1198:721513ac52d0

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 17:17:07 +0000
parents b7ad1c609161
children 3acf7c922a04
files src/gui_w48.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gui_w48.c
+++ b/src/gui_w48.c
@@ -144,7 +144,7 @@ static void rebuild_tearoff(vimmenu_T *m
 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;