diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-04-25 11:18:50 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-04-25 11:18:50 +0000 |
commit | a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe (patch) | |
tree | abf9f9bdf206887f87412f272066e0689f481c30 /Completion/Unix/Command/_sccs | |
parent | 83932ba23f06a467f33b4138484f7b0423660182 (diff) | |
download | zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar.gz zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar.xz zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.zip |
18472: spelling corrections
Diffstat (limited to 'Completion/Unix/Command/_sccs')
-rw-r--r-- | Completion/Unix/Command/_sccs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_sccs b/Completion/Unix/Command/_sccs index 2591ceb16..b3b6f49e9 100644 --- a/Completion/Unix/Command/_sccs +++ b/Completion/Unix/Command/_sccs @@ -33,13 +33,13 @@ subcmds=( 'edit:retrieve file for editing (check out)' "enter:like create, but omits the final 'sccs get'" 'fix:revise a (leaf) delta' - 'get:retieve a version from the sccs history' + 'get:retrieve a version from the sccs history' 'help:get information on sccs commands and error messages' {info,tell}':list files being edited' 'print:print history of specified files' 'prs:display delta table for an sccs file' 'prt:display the delta table, but omit the MR field' - 'rmdel:remove specfied delta from history file' + 'rmdel:remove specified delta from history file' 'sact:show editing activity status of an sccs file' 'sccsdiff:compare two versions from sccs history' {unedit,unget}':undo check out' |