about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-02-27 09:29:24 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-02-27 09:29:24 +0000
commit4b09b20be25c5a7ecf53baa55cdb8a4dcb94ccfc (patch)
treeb23530e00880c4a72dfd97a87a51f088aa503dce /Completion
parente4443a2d4f8e591c54e4384f5db42835ad7a0065 (diff)
downloadzsh-4b09b20be25c5a7ecf53baa55cdb8a4dcb94ccfc.tar.gz
zsh-4b09b20be25c5a7ecf53baa55cdb8a4dcb94ccfc.tar.xz
zsh-4b09b20be25c5a7ecf53baa55cdb8a4dcb94ccfc.zip
correct typo from recent change
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/.distfiles2
-rw-r--r--Completion/Unix/Command/_tar2
2 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/.distfiles b/Completion/Unix/Command/.distfiles
index 6f821ad57..4dc10cfe7 100644
--- a/Completion/Unix/Command/.distfiles
+++ b/Completion/Unix/Command/.distfiles
@@ -19,5 +19,5 @@ _user_admin   _rsync        _arping	  _spamassassin _mtools       _ifconfig
 _fsh          _chkconfig    _cdcd         _irssi        _mysqldiff    _sccs
 _netcat       _larch        _texinfo	  _figlet       _elinks       _tidy
 _global       _global_tags  _ant          _lsof         _mt           _xmlsoft
-_p4           _python
+_perforce     _python
 '
diff --git a/Completion/Unix/Command/_tar b/Completion/Unix/Command/_tar
index 96e4e4032..3e3b3fc51 100644
--- a/Completion/Unix/Command/_tar
+++ b/Completion/Unix/Command/_tar
@@ -146,7 +146,7 @@ elif [[ ( "$_tar_cmd" = *[xt]* || -n $del ) && -n "$tf" ]]; then
   _wanted files expl 'file from archive' _multi_parts / _tar_cache_list
 elif (( CURRENT == 2 )); then
   _values -s '' 'tar function' \
-    '(c t u x)A[append to and archive]' \
+    '(c t u x)A[append to an archive]' \
     '(A t u x)c[create a new archive]' \
     '(A c u x)t[list archive contents]' \
     '(A c t x)u[update archive]' \