about summary refs log tree commit diff
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
parente4443a2d4f8e591c54e4384f5db42835ad7a0065 (diff)
downloadzsh-4b09b20be25c5a7ecf53baa55cdb8a4dcb94ccfc.tar.gz
zsh-4b09b20be25c5a7ecf53baa55cdb8a4dcb94ccfc.tar.xz
zsh-4b09b20be25c5a7ecf53baa55cdb8a4dcb94ccfc.zip
correct typo from recent change
-rw-r--r--ChangeLog6
-rw-r--r--Completion/Unix/Command/.distfiles2
-rw-r--r--Completion/Unix/Command/_tar2
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a6c1a7fcf..e7bb080e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+2003-02-27  Oliver Kiddle  <opk@zsh.org>
+
+	* unposted: Completion/Unix/Command/_tar: correct my typo
+
 2003-02-27  Doug Kearns  <djkea2@mugca.its.monash.edu.au>
 
-	* 18305: Completion/Zsh/Command/_python: new completion for
+	* 18305: Completion/Unix/Command/_python: new completion for
 	python.
 
 2003-02-27  Geoff Wing  <gcw@zsh.org>
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]' \