summaryrefslogtreecommitdiff
path: root/src/dosinst.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:59:07 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:59:07 +0000
commitb8017e7a03bd487e4cea54d37dc73af9155db979 (patch)
tree944471c695abbfd78c1bcad093b3ae1890ec07b3 /src/dosinst.c
parentcf0dfa2f18cead35804e200856d49235906a54d0 (diff)
downloadvim-git-b8017e7a03bd487e4cea54d37dc73af9155db979.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/dosinst.c')
-rw-r--r--src/dosinst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosinst.c b/src/dosinst.c
index 0c1617334..9226b6302 100644
--- a/src/dosinst.c
+++ b/src/dosinst.c
@@ -419,7 +419,7 @@ get_vim_env(void)
vim = default_vim_dir;
else
/* Let NSIS know there is no default, it should use
- * $PROGRAMFIlES. */
+ * $PROGRAMFILES. */
vim = "";
}
}