about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-05-01 16:25:15 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-05-01 16:25:15 +0000
commit1a2afc6b6d27f0e5cd564c4989ef1c8f8aca9a57 (patch)
tree3226f0fc663591f11a21e592cba86112d0e8bb07 /Completion/Zsh
parentfbf2591161ca254778eadd38717a7ccc4f4dff56 (diff)
downloadzsh-1a2afc6b6d27f0e5cd564c4989ef1c8f8aca9a57.tar.gz
zsh-1a2afc6b6d27f0e5cd564c4989ef1c8f8aca9a57.tar.xz
zsh-1a2afc6b6d27f0e5cd564c4989ef1c8f8aca9a57.zip
unposted: _compadd: Fix typo.
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Command/_compadd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_compadd b/Completion/Zsh/Command/_compadd
index 03fed1854..a7036d027 100644
--- a/Completion/Zsh/Command/_compadd
+++ b/Completion/Zsh/Command/_compadd
@@ -28,7 +28,7 @@ _arguments -C -s -S -A "-*" \
   '-e[mark matches as being parameters]' \
   '-W[specify location for matches marked as files]' \
   '-F+[specify array of ignore patterns]:array:_parameters -g "*array*"' \
-  '-Q[disable quoting of matchines]' \
+  '-Q[disable quoting of possible completions]' \
   '*-M[specify matching specifications]' \
   '-n[hide matches in completion listing]' \
   '-U[disable internal matching of completion candidates]' \