@@ -165,7 +165,7 @@ MINOR = 1
165165# xxd/xxd.exe to xxdw32.exe
166166# vim.pdb to vimw32.pdb
167167# install.exe to installw32.exe
168- # uninstal .exe to uninstalw32 .exe
168+ # uninstall .exe to uninstallw32 .exe
169169# Win32 GUI version build:
170170# - > cd src
171171# > nmake -f Make_mvc.mak GUI=yes
@@ -175,7 +175,7 @@ MINOR = 1
175175# - move "gvim.exe" to here (otherwise the OLE version will overwrite it).
176176# - Move gvim.pdb to here.
177177# - Copy "GvimExt/gvimext.dll" to here.
178- # - Delete vimrun.exe, install.exe and uninstal .exe.
178+ # - Delete vimrun.exe, install.exe and uninstall .exe.
179179# Win32 GUI version with OLE, PERL, Ruby, TCL, PYTHON and dynamic IME:
180180# - Install the interfaces you want, see src/INSTALLpc.txt
181181# Adjust bigvim.bat to match the version of each interface you want.
@@ -188,7 +188,7 @@ MINOR = 1
188188# - check the output.
189189# - Rename "gvim.exe" to "gvim_ole.exe".
190190# - Rename gvim.pdb to "gvim_ole.pdb".
191- # - Delete install.exe and uninstal .exe.
191+ # - Delete install.exe and uninstall .exe.
192192# Create the archives:
193193# - Copy all the "*.exe" files to where this Makefile is.
194194# - Copy all the "*.pdb" files to where this Makefile is.
@@ -197,7 +197,7 @@ MINOR = 1
197197# NSIS self installing exe:
198198# - To get NSIS see http://nsis.sourceforge.net
199199# - Make sure gvim_ole.exe, vimw32.exe, installw32.exe,
200- # uninstalw32 .exe, teew32.exe and xxdw32.exe have been build as mentioned
200+ # uninstallw32 .exe, teew32.exe and xxdw32.exe have been build as mentioned
201201# above.
202202# - copy these files (get them from a binary archive or build them):
203203# gvimext.dll in src/GvimExt
@@ -518,7 +518,7 @@ dosbin_gvim: dist no_title.vim dist/$(COMMENT_GVIM)
518518 cp xxdw32.exe dist/vim/$(VIMRTDIR ) /xxd.exe
519519 cp vimrun.exe dist/vim/$(VIMRTDIR ) /vimrun.exe
520520 cp installw32.exe dist/vim/$(VIMRTDIR ) /install.exe
521- cp uninstalw32 .exe dist/vim/$(VIMRTDIR ) /uninstal .exe
521+ cp uninstallw32 .exe dist/vim/$(VIMRTDIR ) /uninstall .exe
522522 mkdir dist/vim/$(VIMRTDIR ) /GvimExt32
523523 cp gvimext.dll dist/vim/$(VIMRTDIR ) /GvimExt32/gvimext.dll
524524 mkdir dist/vim/$(VIMRTDIR ) /GvimExt64
@@ -539,7 +539,7 @@ dosbin_w32: dist no_title.vim dist/$(COMMENT_W32)
539539 cp teew32.exe dist/vim/$(VIMRTDIR ) /tee.exe
540540 cp xxdw32.exe dist/vim/$(VIMRTDIR ) /xxd.exe
541541 cp installw32.exe dist/vim/$(VIMRTDIR ) /install.exe
542- cp uninstalw32 .exe dist/vim/$(VIMRTDIR ) /uninstal .exe
542+ cp uninstallw32 .exe dist/vim/$(VIMRTDIR ) /uninstall .exe
543543 cd dist && zip -9 -rD -z vim$(VERSION ) w32.zip vim < $(COMMENT_W32 )
544544 cp vimw32.pdb dist/vim$(VERSION ) w32.pdb
545545
@@ -557,7 +557,7 @@ dosbin_ole: dist no_title.vim dist/$(COMMENT_OLE)
557557 cp xxdw32.exe dist/vim/$(VIMRTDIR ) /xxd.exe
558558 cp vimrun.exe dist/vim/$(VIMRTDIR ) /vimrun.exe
559559 cp installw32.exe dist/vim/$(VIMRTDIR ) /install.exe
560- cp uninstalw32 .exe dist/vim/$(VIMRTDIR ) /uninstal .exe
560+ cp uninstallw32 .exe dist/vim/$(VIMRTDIR ) /uninstall .exe
561561 cp gvimext.dll dist/vim/$(VIMRTDIR ) /gvimext.dll
562562 cp README_ole.txt dist/vim/$(VIMRTDIR )
563563 cp src/VisVim/VisVim.dll dist/vim/$(VIMRTDIR ) /VisVim.dll
0 commit comments