about summary refs log tree commit diff
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
parentfbf2591161ca254778eadd38717a7ccc4f4dff56 (diff)
downloadzsh-1a2afc6b6d27f0e5cd564c4989ef1c8f8aca9a57.tar.gz
zsh-1a2afc6b6d27f0e5cd564c4989ef1c8f8aca9a57.tar.xz
zsh-1a2afc6b6d27f0e5cd564c4989ef1c8f8aca9a57.zip
unposted: _compadd: Fix typo.
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Zsh/Command/_compadd2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0450f4794..214de1880 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-01  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* unposted: Completion/Zsh/Command/_compadd: Fix typo.
+
 2016-05-01  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* unposted: Doc/Zsh/redirect.yo: typo.
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]' \