summaryrefslogtreecommitdiffstats
path: root/src/dosinst.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-15 13:56:02 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-15 13:56:02 +0200
commitfff2beeeaa2c02a18fa4b2a6807717679e1a6dcf (patch)
treec7f77628ab6a605e7d1c111556a32a52e5c6006e /src/dosinst.c
parent00a927d62b68a3523cb1c4f9aa3f7683345c8182 (diff)
First step in the Vim 7.3 branch. Changed version numbers.
Diffstat (limited to 'src/dosinst.c')
-rw-r--r--src/dosinst.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dosinst.c b/src/dosinst.c
index c4ed7f6a11..35fa27e6ef 100644
--- a/src/dosinst.c
+++ b/src/dosinst.c
@@ -63,7 +63,7 @@ char *(compat_choices[]) =
{
"\nChoose the default way to run Vim:",
"Vi compatible",
- "with some Vim ehancements",
+ "with some Vim enhancements",
"with syntax highlighting and other features switched on",
};
int compat_choice = (int)compat_all_enhancements;
@@ -554,7 +554,7 @@ uninstall_check(void)
}
run_command(temp_string_buffer);
- /* Check if an unistall reg key was deleted.
+ /* Check if an uninstall reg key was deleted.
* if it was, we want to decrement key_index.
* if we don't do this, we will skip the key
* immediately after any key that we delete. */
@@ -1131,7 +1131,6 @@ init_bat_choices(void)
/*
* Install the vimrc file.
*/
-/*ARGSUSED*/
static void
install_vimrc(int idx)
{