summaryrefslogtreecommitdiff
path: root/src/gui_w48.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:17:07 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:17:07 +0000
commit4868726a3f8ad92f5e2025315072edddad9ab506 (patch)
treeed9c91f6dc6b7865890adfb90d8adbaca7d3e6bd /src/gui_w48.c
parent82038d7312f1985fef25d3f10b4130303012b5ae (diff)
downloadvim-git-4868726a3f8ad92f5e2025315072edddad9ab506.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/gui_w48.c')
-rw-r--r--src/gui_w48.c2
1 files changed, 1 insertions, 1 deletions
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;