about summary refs log tree commit diff
path: root/Completion/User/_tar
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-30 16:51:14 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-30 16:51:14 +0000
commit585e059c1841f9e7bab298df9aceec7174f4bbfd (patch)
tree0d19725571a73efbdc3bfa898fe9dde0efb12d41 /Completion/User/_tar
parent2a47366459bf5a52d701c241a04d4e83f6a56260 (diff)
downloadzsh-3.1.6-pws-2.tar.gz
zsh-3.1.6-pws-2.tar.xz
zsh-3.1.6-pws-2.zip
zsh-3.1.6-pws-2 zsh-3.1.6-pws-2
Diffstat (limited to 'Completion/User/_tar')
-rw-r--r--Completion/User/_tar2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_tar b/Completion/User/_tar
index 85cf21566..6433d3f8d 100644
--- a/Completion/User/_tar
+++ b/Completion/User/_tar
@@ -72,7 +72,7 @@ if [[ "$PREFIX" = --* ]]; then
 
   # ...long options after `--'.
 
-  _arguements -- '--owner*:user:_users' \
+  _arguments -- '--owner*:user:_users' \
                  '*=(PROG|COMMAND)*:program:_command_names -e' \
 		 '*=ARCHIVE*:archive: _tar_archive' \
 		 '*=NAME*:file:_files' \