Skip to content

Commit 84a05ac

Browse files
committed
updated for version 7.3.925
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
1 parent 84e0f6c commit 84a05ac

72 files changed

Lines changed: 167 additions & 166 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

runtime/plugin/matchparen.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
" Exit quickly when:
66
" - this plugin was already loaded (or disabled)
77
" - when 'compatible' is set
8-
" - the "CursorMoved" autocmd event is not availble.
8+
" - the "CursorMoved" autocmd event is not available.
99
if exists("g:loaded_matchparen") || &cp || !exists("##CursorMoved")
1010
finish
1111
endif

runtime/tools/vim_vs_net.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
@rem Arguments - +$(CurLine) $(ItemPath)
88
@rem Init Dir - Empty
99
@rem
10-
@rem Coutesy of Brian Sturk
10+
@rem Courtesy of Brian Sturk
1111
@rem
1212
@rem --remote-silent +%1 is a command +954, move ahead 954 lines
1313
@rem --remote-silent %2 full path to file
1414
@rem In Vim
15-
@rem :h --remote-silent for mor details
15+
@rem :h --remote-silent for more details
1616
@rem
1717
@rem --servername VS_NET
1818
@rem This will create a new instance of vim called VS_NET. So if you

src/GvimExt/gvimext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ STDMETHODIMP_(ULONG) CShellExt::Release()
527527
//
528528
// PARAMETERS:
529529
// pIDFolder - Specifies the parent folder
530-
// pDataObj - Spefifies the set of items selected in that folder.
530+
// pDataObj - Specifies the set of items selected in that folder.
531531
// hRegKey - Specifies the type of the focused item in the selection.
532532
//
533533
// RETURN VALUE:

src/INSTALLvms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ perl_env :
330330
Also VMS_JACKETS.EXE from OpenVMS Porting Library.
331331

332332
Please note, that GTK uses /name=(as_is,short)/float=ieee/ieee=denorm
333-
complier directives that is not compatible with "standard" VMS usage,
333+
compiler directives that is not compatible with "standard" VMS usage,
334334
therefore other external features might fail as PERL, PYTHON and TCL
335335
support.
336336

src/Make_cyg.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Makefile for VIM on Win32, using Cygnus gcc
3-
# Last updated by Dan Sharp. Last Change: 2013 Feb 17
3+
# Last updated by Dan Sharp. Last Change: 2013 Apr 22
44
#
55
# Also read INSTALLpc.txt!
66
#
@@ -48,7 +48,7 @@
4848
# USEDLL no or yes: set to yes to use the Runtime library DLL (no)
4949
# For USEDLL=yes the cygwin1.dll is required to run Vim.
5050
# For "no" the mingw-gcc-g++ package or the mingw64-i686-gcc-g++
51-
# package is required to complie Vim. Or set CC to gcc-3 and add
51+
# package is required to compile Vim. Or set CC to gcc-3 and add
5252
# -L/lib/w32api to EXTRA_LIBS.
5353
# POSTSCRIPT no or yes: set to yes for PostScript printing (no)
5454
# FEATURES TINY, SMALL, NORMAL, BIG or HUGE (BIG)

src/Make_mvc.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ MSVCVER = 11.0
418418
!endif
419419
!endif
420420

421-
# Abort bulding VIM if version of VC is unrecognised.
421+
# Abort building VIM if version of VC is unrecognised.
422422
!ifndef MSVCVER
423423
!message *** ERROR
424424
!message Cannot determine Visual C version being used. If you are using the

src/Make_sas.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ clean:
251251

252252
# generate GlobalSymbolTable, which speeds up the compile time.
253253
#
254-
# A preprocessing stage is used to work arounda bug in the GST generator, in
254+
# A preprocessing stage is used to work around a bug in the GST generator, in
255255
# that it does not handle nested makefiles properly in this stage.
256256
# Ignore error message for not producing any code (105).
257257
$(GST): scoptions vim.h keymap.h macros.h ascii.h term.h structs.h
@@ -283,7 +283,7 @@ $(PRO): $(GST) vim.h
283283
.c.pro:
284284
$(CC) $(CFLAGS) GPFILE=proto/$*.pro $(PROPT) $*.c
285285

286-
# dependancies
286+
# dependencies
287287
blowfish.o: blowfish.c
288288
proto/blowfish.pro: blowfish.c
289289
buffer.o: buffer.c

src/Make_vms.mms

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ DECC = YES
3434
# SMALL - Few features enabled, as basic as possible
3535
# NORMAL - A default selection of features enabled
3636
# BIG - Many features enabled, as rich as possible. (default)
37-
# HUGE - All possible featues enabled.
37+
# HUGE - All possible features enabled.
3838
# Please select one of these alternatives above.
3939
MODEL = HUGE
4040

@@ -55,7 +55,7 @@ MODEL = HUGE
5555
# Comment out if you want the compiler version with :ver command.
5656
# NOTE: This part can make some complications if you're using some
5757
# predefined symbols/flags for your compiler. If does, just leave behind
58-
# the comment varialbe CCVER.
58+
# the comment variable CCVER.
5959
CCVER = YES
6060

6161
# Uncomment if want a debug version. Resulting executable is DVIM.EXE

src/Make_w16.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# *************************************************************
55
# * WARNING!
66
# * This was originally produced by the IDE, but has since been
7-
# * modifed to make it work properly. Adjust with care!
7+
# * modified to make it work properly. Adjust with care!
88
# * In particular, leave LinkerLocalOptsAtW16_gvim16dexe alone
99
# * unless you are a guru.
1010
# *************************************************************

src/Makefile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
#Solaris 2.5 (sun4m) cc (SC4.0) +X11R6 +GUI (CDE) 4.6b (E) Andrew Large
201201
#Solaris 2.5 cc +X11 +GUI Athena 4.2 (9) Sonia Heimann
202202
#Solaris 2.5 gcc 2.5.6 +X11 Motif 5.0m (R) Ant. Colombo
203-
#Solaris 2.6 gcc 2.8.1 ncursus 5.3 (G) Larry W. Virden
203+
#Solaris 2.6 gcc 2.8.1 ncurses 5.3 (G) Larry W. Virden
204204
#Solaris with -lthread 5.5 (W) K. Nagano
205205
#Solaris gcc (b) Riccardo
206206
#SunOS 4.1.x +X11 -GUI 5.1b (J) Bram Moolenaar
@@ -231,8 +231,8 @@
231231
# (D) Uncomment lines below for QNX
232232
# (E) You might want to use termlib instead of termcap, see below.
233233
# (F) See below for instructions.
234-
# (G) Using ncursus version 4.2 has reported to cause a crash. Use the
235-
# Sun cursus library instead.
234+
# (G) Using ncurses version 4.2 has reported to cause a crash. Use the
235+
# Sun curses library instead.
236236
# (H) See line for EXTRA_LIBS below.
237237
# (I) SINIX-N 5.42 and 5.43 need some EXTRA_LIBS. Also for Reliant-Unix.
238238
# (J) If you get undefined symbols, see below for a solution.
@@ -402,7 +402,7 @@ CClink = $(CC)
402402
# to the command line. If you see strange flags during compilation, check in
403403
# auto/config.mk where they come from. If it's PERL_CFLAGS, try commenting
404404
# the next line.
405-
# When you get an error for a missing "perl.exp" file, try creating an emtpy
405+
# When you get an error for a missing "perl.exp" file, try creating an empty
406406
# one: "touch perl.exp".
407407
# This requires at least "small" features, "tiny" doesn't work.
408408
#CONF_OPT_PERL = --enable-perlinterp
@@ -601,7 +601,7 @@ LINT_OPTIONS = -beprxzF
601601
# Might not work with GUI or Perl.
602602
# For unknown reasons adding "-lc" fixes a linking problem with some versions
603603
# of GCC. That's probably a bug in the "-pg" implementation.
604-
# After running Vim see the profile result with: gmon vim gmon.out | vim -
604+
# After running Vim see the profile result with: gprof vim gmon.out | vim -
605605
# Need to recompile everything after changing this: "make clean" "make".
606606
#PROFILE_CFLAGS = -pg -g -DWE_ARE_PROFILING
607607
#PROFILE_LIBS = -pg
@@ -1294,7 +1294,7 @@ ALL_GUI_PRO = gui.pro gui_gtk.pro gui_motif.pro gui_xmdlg.pro gui_athena.pro gu
12941294
### prototype headers are ignored due to -DPROTO, system
12951295
### headers #include <...> are ignored if we use the -MM option, as
12961296
### e.g. provided by gcc-cpp.
1297-
### Include FEAT_GUI to get gependency on gui.h
1297+
### Include FEAT_GUI to get dependency on gui.h
12981298
### Need to change "-I /<path>" to "-isystem /<path>" for GCC 3.x.
12991299
CPP_DEPEND = $(CC) -I$(srcdir) -M$(CPP_MM) \
13001300
`echo "$(DEPEND_CFLAGS)" $(DEPEND_CFLAGS_FILTER)`
@@ -1717,7 +1717,7 @@ CCC = $(CC) -c -I$(srcdir) $(ALL_CFLAGS)
17171717

17181718

17191719
# Link the target for normal use or debugging.
1720-
# A shell script is used to try linking without unneccesary libraries.
1720+
# A shell script is used to try linking without unnecessary libraries.
17211721
$(VIMTARGET): auto/config.mk objects $(OBJ) version.c version.h
17221722
$(CCC) version.c -o objects/version.o
17231723
@LINK="$(PURIFY) $(SHRPENV) $(CClink) $(ALL_LIB_DIRS) $(LDFLAGS) \
@@ -1837,8 +1837,8 @@ types.vim: $(TAGS_SRC) $(TAGS_INCL)
18371837
#
18381838
# This will produce a lot of garbage on your screen, including a few error
18391839
# messages. Don't worry about that.
1840-
# If there is a real error, there will be a difference between "test.out" and
1841-
# a "test99.ok" file.
1840+
# If there is a real error, there will be a difference between "testXX.out" and
1841+
# a "testXX.ok" file.
18421842
# If everything is alright, the final message will be "ALL DONE". If not you
18431843
# get "TEST FAILURE".
18441844
#
@@ -2779,9 +2779,9 @@ bundle-rsrc: os_mac.rsr.hqx
27792779
mv gui_mac.rsrc.rsrcfork $(RESDIR)/$(VIMNAME).rsrc
27802780

27812781
# po/Make_osx.pl says something about generating a Mac message file
2782-
# for Ukrananian. Would somebody using Mac OS X in Ukranian
2782+
# for Ukrainian. Would somebody using Mac OS X in Ukrainian
27832783
# *really* be upset that Carbon Vim was not localised in
2784-
# Ukranian?
2784+
# Ukrainian?
27852785
#
27862786
#bundle-language: bundle-dir po/Make_osx.pl
27872787
# cd po && perl Make_osx.pl --outdir ../$(RESDIR) $(MULTILANG)

0 commit comments

Comments
 (0)