summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 16:44:05 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 16:44:05 +0000
commitb6799acd2d50b65eecfd3d691573628e3e8aa474 (patch)
treef0b27a7c1a05183d130a23c23fae6a1bd867398c /src/window.c
parent143c38cd31b5d4469e52048f355313718430bf0c (diff)
downloadvim-git-b6799acd2d50b65eecfd3d691573628e3e8aa474.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 0ee1ad40a..4083f8187 100644
--- a/src/window.c
+++ b/src/window.c
@@ -81,7 +81,7 @@ static void win_new_height __ARGS((win_T *, int));
#define URL_SLASH 1 /* path_is_url() has found "://" */
#define URL_BACKSLASH 2 /* path_is_url() has found ":\\" */
-#define NOWIN (win_T *)-1 /* non-exisiting window */
+#define NOWIN (win_T *)-1 /* non-existing window */
#ifdef FEAT_WINDOWS
# define ROWS_AVAIL (Rows - p_ch - tabline_height())
@@ -536,7 +536,7 @@ wingotofile:
#endif
#ifdef FEAT_FIND_ID
-/* Go to the first occurence of the identifier under cursor along path in a
+/* Go to the first occurrence of the identifier under cursor along path in a
* new window -- webb
*/
case 'i': /* Go to any match */