about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_zmv
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_zmv')
-rw-r--r--Completion/Zsh/Command/_zmv2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_zmv b/Completion/Zsh/Command/_zmv
index bc639f3ec..df5cb5113 100644
--- a/Completion/Zsh/Command/_zmv
+++ b/Completion/Zsh/Command/_zmv
@@ -15,4 +15,4 @@ _arguments -s -S -A '-*' \
   '(-W)-w[implicitly add parenthesis to wildcards in the pattern]' \
   '(-w)-W[like -w, but turn wildcards in replacement patterns into references]' \
   '1:source pattern:_files' \
-  '2:desination pattern:_files'
+  '2:destination pattern:_files'