summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 19:19:59 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 19:19:59 +0000
commit49325942f5451aa3f906cc6aefc9f39b60392bd5 (patch)
treefaa1f3cc42ec542f73ffa8dc0e47e4cd79831528 /src/ui.c
parent5f52cff1b346f5674291b5988017165a1f2287d9 (diff)
downloadvim-git-49325942f5451aa3f906cc6aefc9f39b60392bd5.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.c b/src/ui.c
index c2a224da1..09dcb475b 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -2355,7 +2355,7 @@ clip_x11_set_selection(cbd)
/*
* Move the cursor to the specified row and column on the screen.
- * Change current window if neccesary. Returns an integer with the
+ * Change current window if necessary. Returns an integer with the
* CURSOR_MOVED bit set if the cursor has moved or unset otherwise.
*
* The MOUSE_FOLD_CLOSE bit is set when clicked on the '-' in a fold column.
@@ -2422,7 +2422,7 @@ jump_to_mouse(flags, inclusive, which_button)
&& prev_col == mouse_col)
{
retnomove:
- /* before moving the cursor for a left click wich is NOT in a status
+ /* before moving the cursor for a left click which is NOT in a status
* line, stop Visual mode */
if (on_status_line)
return IN_STATUS_LINE;