summaryrefslogtreecommitdiffstats
path: root/src/gui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:24:16 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:24:16 +0000
commitff1d0d4cf5b9ec789cb0223154d7b76510d32d7b (patch)
tree80a15de6533fb6d15dd38dcde4daf601615ee414 /src/gui.c
parent4868726a3f8ad92f5e2025315072edddad9ab506 (diff)
updated for version 7.1b
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui.c b/src/gui.c
index a7ae722342..a6e7655599 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -1969,7 +1969,7 @@ gui_screenstr(off, len, flags, fg, bg, back)
* "flags":
* GUI_MON_IS_CURSOR should only be used when this function is being called to
* actually draw (an inverted) cursor.
- * GUI_MON_TRS_CURSOR is used to draw the cursor text with a transparant
+ * GUI_MON_TRS_CURSOR is used to draw the cursor text with a transparent
* background.
* GUI_MON_NOCLEAR is used to avoid clearing the selection when drawing over
* it.
@@ -2179,7 +2179,7 @@ gui_outstr_nowrap(s, len, flags, fg, bg, back)
if (hl_mask_todo & HL_UNDERCURL)
draw_flags |= DRAW_UNDERC;
- /* Do we draw transparantly? */
+ /* Do we draw transparently? */
if (flags & GUI_MON_TRS_CURSOR)
draw_flags |= DRAW_TRANSP;
@@ -2675,7 +2675,7 @@ gui_wait_for_chars(wtime)
}
/*
- * While we are waiting indefenitely for a character, blink the cursor.
+ * While we are waiting indefinitely for a character, blink the cursor.
*/
gui_mch_start_blink();