summaryrefslogtreecommitdiffstats
path: root/src/gui_beval.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 19:30:25 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 19:30:25 +0000
commitbae0c16cc4bc8a4b7d139a8cf9e0c816bb0a947d (patch)
tree2023dff3ccdb8d66098c5bc91cf1df4a56743e00 /src/gui_beval.c
parent45667517ba105c3cfc8765a6f2415bc32d72945c (diff)
updated for version 7.1bv7.1b
Diffstat (limited to 'src/gui_beval.c')
-rw-r--r--src/gui_beval.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui_beval.c b/src/gui_beval.c
index 804fa5a4e9..7adde4ea54 100644
--- a/src/gui_beval.c
+++ b/src/gui_beval.c
@@ -68,7 +68,7 @@ general_beval_cb(beval, state)
/*
* Temporarily change the curbuf, so that we can determine whether
- * the buffer-local balloonexpr option was set insecurly.
+ * the buffer-local balloonexpr option was set insecurely.
*/
save_curbuf = curbuf;
curbuf = wp->w_buffer;
@@ -250,7 +250,7 @@ gui_mch_create_beval_area(target, mesg, mesgCB, clientData)
#if defined(FEAT_BEVAL_TIP) || defined(PROTO)
/*
- * Destroy a ballon-eval and free its associated memory.
+ * Destroy a balloon-eval and free its associated memory.
*/
void
gui_mch_destroy_beval_area(beval)
@@ -741,7 +741,7 @@ pointerEventEH(w, client_data, event, unused)
/*
* The real event handler. Called by pointerEventEH() whenever an event we are
- * interested in ocurrs.
+ * interested in occurs.
*/
static void