summaryrefslogtreecommitdiffstats
path: root/src/dosinst.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-27 13:08:36 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-27 13:08:36 +0200
commit30e8e73506e4522ef4aebf7d525c0e6ffe8805fd (patch)
tree572d933103927bda359c6f5bdcbf51447f703912 /src/dosinst.h
parent46a426c9acfdd3d6c0fa134a17681634b9325bee (diff)
patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082
Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.
Diffstat (limited to 'src/dosinst.h')
-rw-r--r--src/dosinst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosinst.h b/src/dosinst.h
index 7cb4139a09..a83bb0839f 100644
--- a/src/dosinst.h
+++ b/src/dosinst.h
@@ -7,7 +7,7 @@
* See README.txt for an overview of the Vim source code.
*/
/*
- * dosinst.h: Common code for dosinst.c and uninstal.c
+ * dosinst.h: Common code for dosinst.c and uninstall.c
*/
/* Visual Studio 2005 has 'deprecated' many of the standard CRT functions */