diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
commit | 56528ccb661d4985776234c89355a14093063534 (patch) | |
tree | 8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Completion/BSD/Command | |
parent | e4d828b28e73846d24d03b3fada69f769cdcbb33 (diff) | |
download | zsh-56528ccb661d4985776234c89355a14093063534.tar.gz zsh-56528ccb661d4985776234c89355a14093063534.tar.xz zsh-56528ccb661d4985776234c89355a14093063534.zip |
spelling corrections
Diffstat (limited to 'Completion/BSD/Command')
-rw-r--r-- | Completion/BSD/Command/_cvsup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/BSD/Command/_cvsup b/Completion/BSD/Command/_cvsup index 326fb722f..a1657e654 100644 --- a/Completion/BSD/Command/_cvsup +++ b/Completion/BSD/Command/_cvsup @@ -2,8 +2,8 @@ _arguments -s \ '-1[disable automatic retries]' \ - '-a[server must athenticate itself]' \ - '-A:local adress:_hosts' \ + '-a[server must authenticate itself]' \ + '-A:local address:_hosts' \ '-b:base directory:_files -/' \ '-c:collections directory:_files -/' \ '-d:maximum number of deleted files:' \ |