Skip to content

Commit a5f7097

Browse files
author
Oliver Kiddle
committed
18472: spelling corrections
1 parent 83932ba commit a5f7097

File tree

30 files changed

+85
-72
lines changed

30 files changed

+85
-72
lines changed

ChangeLog

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2003-04-25 Oliver Kiddle <[email protected]>
2+
3+
* 18472: zshconfig.ac, Completion/Base/Core/_wanted,
4+
Completion/Linux/Command/_uml, Completion/Mandrake/Command/_urpmi,
5+
Completion/Unix/Command/_figlet, Completion/Unix/Command/_grep,
6+
Completion/Unix/Command/_larch, Completion/Unix/Command/_ls,
7+
Completion/Unix/Command/_perforce, Completion/Unix/Command/_sccs,
8+
Completion/Unix/Command/_texinfo, Completion/Unix/Type/_java_class,
9+
Completion/Zsh/Command/_zmv, Doc/zshtcpsys.yo, Doc/Zsh/compsys.yo,
10+
Doc/Zsh/mod_tcp.yo, Doc/Zsh/mod_zselect.yo, Doc/Zsh/tcpsys.yo,
11+
Doc/Zsh/zle.yo, Functions/Misc/relative, Functions/TCP/tcp_alias,
12+
Functions/TCP/tcp_close, Functions/TCP/tcp_read,
13+
Functions/Zle/forward-word-match, Functions/Zle/match-words-by-style,
14+
Functions/Zle/transpose-words-match, Src/zsh.h, Src/Modules/zselect.c,
15+
Test/B03print.ztst: spelling corrections
16+
117
2003-04-24 Peter Stephenson <[email protected]>
218

319
* unposted, c.f. 2003-04-14: Doc/Zsh/compsys.yo: finish
@@ -630,7 +646,7 @@
630646
2002-12-04 Peter Stephenson <[email protected]>
631647

632648
* 17979: Doc/Zsh/options.yo, Src/exec.c, Src/options.c, Src/zsh.h:
633-
Add ERR_RETURN option, similiar to ERR_EXIT option.
649+
Add ERR_RETURN option, similar to ERR_EXIT option.
634650

635651
2002-11-26 Peter Stephenson <[email protected]>
636652

@@ -1075,7 +1091,7 @@
10751091
2002-07-05 Sven Wischnowsky <[email protected]>
10761092

10771093
* 17429: Src/Zle/complist.c: improve interactive mode when
1078-
there are no matches left (alow to go back with undo)
1094+
there are no matches left (allow going back with undo)
10791095

10801096
2002-07-04 Clint Adams <[email protected]>
10811097

@@ -1129,7 +1145,7 @@
11291145
* 17387: Completion/Zsh/Context/.distfiles,
11301146
Completion/Zsh/Context/_assign, Doc/Zsh/compsys.yo,
11311147
Doc/Zsh/compwid.yo, Src/zsh.h, Src/Zle/compcore.c,
1132-
Src/Zle/zle_tricky.c: add new sepcial context
1148+
Src/Zle/zle_tricky.c: add new special context
11331149
-assign-parameter- for completing the parameter in an
11341150
assignment
11351151

@@ -1234,7 +1250,7 @@
12341250

12351251
2002-06-02 Peter Stephenson <[email protected]>
12361252

1237-
* 17273: Src/parse.c: `outer() { inner(); }' succeded; when outer
1253+
* 17273: Src/parse.c: `outer() { inner(); }' succeeded; when outer
12381254
ran it created a bogus `inner' which crashed the shell. Make
12391255
original command issue error.
12401256

@@ -1896,7 +1912,7 @@
18961912

18971913
2002-02-25 Sven Wischnowsky <[email protected]>
18981914

1899-
* 16711: Src/loop.c: allow nterruption of empty while-loops
1915+
* 16711: Src/loop.c: allow interruption of empty while-loops
19001916
with ^C
19011917

19021918
* 16710: Completion/Base/Core/_message, Test/Y03arguments.ztst:
@@ -1907,7 +1923,7 @@
19071923
Completion/Base/Utility/_guard, Completion/Unix/Command/_grep,
19081924
Completion/Unix/Command/_pbm, Completion/Unix/Command/_pine,
19091925
Completion/X/Command/_vnc, Doc/Zsh/compsys.yo,
1910-
Src/Zle/compcore.c: make _guard use `_mesage -e'; make
1926+
Src/Zle/compcore.c: make _guard use `_message -e'; make
19111927
`_message -e' use $curtag as a default; change uses of _guard
19121928

19131929
2002-02-22 Wayne Davison <[email protected]>
@@ -2189,7 +2205,7 @@
21892205
in preference to $EDITOR
21902206

21912207
* 16464: Completion/Unix/Command/_pine, Completion/Zsh/Command/_zle:
2192-
fix subtitutions used for exclusion lists and do cleanup of _zle
2208+
fix substitutions used for exclusion lists and do cleanup of _zle
21932209

21942210
2002-01-16 Clint Adams <[email protected]>
21952211

@@ -2264,7 +2280,7 @@
22642280
2002-01-07 Sven Wischnowsky <[email protected]>
22652281

22662282
* 16408: Src/Zle/compcore.c: make sure auto menu isn't started
2267-
accidentially when bashautolist is set
2283+
accidentally when bashautolist is set
22682284

22692285
* 16407: Completion/X/Command/_netscape: fix nested _tags-loops
22702286
by re-initialising the outer one when leaving the inner one
@@ -3366,7 +3382,7 @@
33663382
2001-07-20 Peter Stephenson <[email protected]>
33673383

33683384
* 15432: Functions/Zle/bash-transpose-words, Doc/Zsh/contrib.yo:
3369-
new bash-branspose-words widget.
3385+
new bash-transpose-words widget.
33703386

33713387
2001-07-20 Sven Wischnowsky <[email protected]>
33723388

@@ -3378,7 +3394,7 @@
33783394
* 15415: Completion/Base/Utility/_describe, Src/Zle/computil.c:
33793395
yet another followup to 15407; make _describe filter out
33803396
non-matching strings before calling compdescribe, otherwise
3381-
some matches will be hiddens
3397+
some matches will be hidden
33823398

33833399
2001-07-18 Sven Wischnowsky <[email protected]>
33843400

@@ -3390,7 +3406,7 @@
33903406
Src/Zle/complist.c, Src/Zle/compresult.c, Src/Zle/computil.c:
33913407
add list-grouped option to make options and such be grouped
33923408
together if they have the same description; matches with
3393-
line-display strings can be hidden; hi and du capabalities in
3409+
line-display strings can be hidden; hi and du capabilities in
33943410
complist are only used if set by the user
33953411

33963412
* 15402 (Akinori Musha): Completion/Unix/Command/_cvs: add

Completion/Base/Core/_wanted

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#autoload
22

3-
local __targs __gopt
3+
local -a __targs __gopt
44

5-
__gopt=()
6-
__tagrs=()
75
zparseopts -D -a __gopt 1 2 V J x C:=__targs
86

97
_tags "$__targs[@]" "$1"

Completion/Linux/Command/_uml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ while [[ -n $state ]]; do
113113
'ncpus[specify number of virtual processors to start]:processors' \
114114
'mode[force UML to run in specified mode]:mode:(tt)' \
115115
'mconsole[request mconsole driver to send a message to socket]:socket' \
116-
'xterm[specify alternate terminal emulator]:terminam emulator:->xterm' \
116+
'xterm[specify alternate terminal emulator]:terminal emulator:->xterm' \
117117
'dsp[specify host dsp device]:dsp device:_files' \
118118
'mixer[specify host mixer device]:mixer device:_files' \
119119
'umn[specify ip address for host side of slip device]' && ret=0

Completion/Mandrake/Command/_urpmi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ _urpmi() {
153153
"(--help -h --src -s)"{--src,-s}"[next package is source package]" \
154154
"(--help -h)--update[use only update media]" \
155155
"(--help -h -c -p -P)-c[choose complete method for resolving requires closure]" \
156-
"(--help -h)-d[show package depndencies]" \
156+
"(--help -h)-d[show package dependencies]" \
157157
"(--help -h)-f[print version, release and arch with name]" \
158158
"(--help -h)-g[print groups too with name]" \
159159
"(--help -h -c -p -P)-p[allow search in provides to find package]" \

Completion/Unix/Command/_figlet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _arguments -s -S \
2929
"-d+[specify font directory]:font directory:_path_files -/" \
3030
'-f+[specify font]:font:_files -W ${~opt_args[-d]\:-$fontdir} -g \*flf\*\(\:r\)' \
3131
'(-k -S -s -o -W)-m+[specify layout mode]:layout mode' \
32-
'(-N)-C+[specifiy control file]:control file:_files -W ${~opt_args[-d]\:-$fontdir} -g \*flc\*\(\:r\)' \
32+
'(-N)-C+[specify control file]:control file:_files -W ${~opt_args[-d]\:-$fontdir} -g \*flc\*\(\:r\)' \
3333
"(-v)-I+[display info]:info code:((
3434
-1\:normal\ operation\ \(default\)
3535
0\:version,\ copyright\ and\ usage\ information

Completion/Unix/Command/_grep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ arguments=( $arguments[@]
5555
'*--include=[examine files matching specified pattern]:file pattern'
5656
'*--exclude=[skip files matching specified pattern]:file pattern'
5757
'*--exclude-from=[skip files matching pattern in specified file]:file:_files'
58-
'(--no-mesages -s)'{--no-messages,-s}'[suppress messages about unreadable]'
58+
'(--no-messages -s)'{--no-messages,-s}'[suppress messages about unreadable]'
5959
'(--version -V)'{--version,-V}'[display version info]'
6060
'(--invert-match -v)'{--invert-match,-v}'[select non-matching lines]'
6161
'(--word-regexp -w --line-regexp -x)'{--word-regexp,-w}'[force pattern to match only whole words]'

Completion/Unix/Command/_larch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ _larch_command () {
9292
"show-config:show the revision frontier of a configuration" \
9393
"config-history:report the history of a configuration" \
9494
"update:merge local changes with the latest revision" \
95-
"replay:merge the latest revsion with local changes" \
95+
"replay:merge the latest revision with local changes" \
9696
"delta-patch:compute and apply an arbitrary patch" \
9797
"star-merge:merge of mutually merged branches" \
9898
"make-sync-tree:prepare a tree that will synchronize branches" \
@@ -1603,7 +1603,7 @@ _larch_library-add () {
16031603
'--report[default output]' \
16041604
'--verbose[maximal output]' \
16051605
'--debug[debugging output]' \
1606-
'--ignore-extra-args[ignore extra argyments]' \
1606+
'--ignore-extra-args[ignore extra arguments]' \
16071607
"--skip-readmes[don't update readme files]" \
16081608
'*: :_files' \
16091609
&& return 0

Completion/Unix/Command/_ls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ arguments=(
88
'(--almost-all -A -a --all)'{--almost-all,-A}'[list all except . and ..]'
99
'(--ignore-backups -B)'{--ignore-backups,-B}"[don't list entries ending with ~]"
1010
'(--directory -d)'{--directory,-d}'[list directory entries instead of contents]'
11-
'(--ignore,-I)'{--ignore,-I}"[don't list entires matching pattern]:pattern:"
11+
'(--ignore,-I)'{--ignore,-I}"[don't list entire matching pattern]:pattern:"
1212
'(--dereference -L)'{--dereference,-L}'[list referenced file for sym link]'
1313
'(--recursive -R)'{--recursive,-R}'[list subdirectories recursively]'
1414

Completion/Unix/Command/_perforce

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# subcommand e.g.
1414
# zstyle ':completion:*:p4-labelsync:*' verbose false
1515
# or for a particular tag, e.g. changes,
16-
# zstyle ':completeion:*:changes' verbose false
16+
# zstyle ':completion:*:changes' verbose false
1717
# or just for top-level completion (i.e. up to and including completion
1818
# of the subcommand):
1919
# zstyle ':completion:*:p4:*' verbose false
@@ -233,7 +233,7 @@ _perforce() {
233233
fi
234234

235235
if [[ $p4cmd = '=p4' ]]; then
236-
_message "p4 excutable not found: completion not available"
236+
_message "p4 executable not found: completion not available"
237237
return
238238
fi
239239

@@ -497,7 +497,7 @@ _perforce_files_or_minus() {
497497
}
498498

499499

500-
(( $+functions[_perforce_file_suffx] )) ||
500+
(( $+functions[_perforce_file_suffix] )) ||
501501
_perforce_file_suffix() {
502502
# Used with compadd -R to handle @ or # after a file name.
503503
# Differs from compadd -r '...' in that it quotes `#' if typed.
@@ -734,7 +734,7 @@ _perforce_files() {
734734
labels:label:_perforce_labels \
735735
'dates:date (+ time):_perforce_dates'
736736
elif [[ -prefix *\# ]]; then
737-
# Modify context to indicate we are in a suffx.
737+
# Modify context to indicate we are in a suffix.
738738
curcontext="${curcontext%:*}:hash-suffix"
739739
# Check for existing range syntax
740740
[[ $PREFIX = *[@\#]*,* ]] && range=
@@ -919,7 +919,7 @@ _perforce_jobviews() {
919919
# Ignore up to the last one. We don't try to complete these.
920920
compset -P '*[[:blank:]\^\&\|\(\)]'
921921

922-
# According to the manual, `p4 jobspec' requires admin priveleges.
922+
# According to the manual, `p4 jobspec' requires admin privileges.
923923
# If this is true even of `p4 jobspec -o', we are a bit screwed.
924924
_call_program jobspec p4 jobspec -o 2>/dev/null | while read line; do
925925
case $line in
@@ -1114,7 +1114,7 @@ _perforce_cmd_branch() {
11141114
'(-o)-f[force operation by superuser]' \
11151115
'(-o -i)-d[delete branch]' \
11161116
'(-d -i -f)-o[write specification to standard output]' \
1117-
'(-d -o)-i[read specificationf from standard input]' \
1117+
'(-d -o)-i[read specification from standard input]' \
11181118
'(-i)*::branch name:_perforce_branches'
11191119
}
11201120

@@ -1464,7 +1464,7 @@ _perforce_cmd_labelsync() {
14641464
'-a[add files to label]' \
14651465
'-d[delete files from label]' \
14661466
'-n[no effect, dummy run]' \
1467-
'-l[specify lable]:label:_perforce_labels' \
1467+
'-l[specify label]:label:_perforce_labels' \
14681468
'*::file:_perforce_files -tR'
14691469
}
14701470

Completion/Unix/Command/_sccs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ subcmds=(
3333
'edit:retrieve file for editing (check out)'
3434
"enter:like create, but omits the final 'sccs get'"
3535
'fix:revise a (leaf) delta'
36-
'get:retieve a version from the sccs history'
36+
'get:retrieve a version from the sccs history'
3737
'help:get information on sccs commands and error messages'
3838
{info,tell}':list files being edited'
3939
'print:print history of specified files'
4040
'prs:display delta table for an sccs file'
4141
'prt:display the delta table, but omit the MR field'
42-
'rmdel:remove specfied delta from history file'
42+
'rmdel:remove specified delta from history file'
4343
'sact:show editing activity status of an sccs file'
4444
'sccsdiff:compare two versions from sccs history'
4545
{unedit,unget}':undo check out'

0 commit comments

Comments
 (0)