diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-06 04:24:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-06 04:24:17 +0200 |
commit | 84a05acc8c341c2be383198496764992ae971a46 (patch) | |
tree | 061887e2e1327a2d0c688cba306b8ec66b3f8477 /src/Make_w16.mak | |
parent | 84e0f6ca9adcbdca254060713878ebc29faaaa65 (diff) | |
download | vim-84a05acc8c341c2be383198496764992ae971a46.zip |
updated for version 7.3.925
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
Diffstat (limited to 'src/Make_w16.mak')
-rw-r--r-- | src/Make_w16.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make_w16.mak b/src/Make_w16.mak index e4a6805c8..bc7809eca 100644 --- a/src/Make_w16.mak +++ b/src/Make_w16.mak @@ -4,7 +4,7 @@ # ************************************************************* # * WARNING! # * This was originally produced by the IDE, but has since been -# * modifed to make it work properly. Adjust with care! +# * modified to make it work properly. Adjust with care! # * In particular, leave LinkerLocalOptsAtW16_gvim16dexe alone # * unless you are a guru. # ************************************************************* |