From 1a2afc6b6d27f0e5cd564c4989ef1c8f8aca9a57 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 1 May 2016 16:25:15 +0000 Subject: unposted: _compadd: Fix typo. --- ChangeLog | 4 ++++ Completion/Zsh/Command/_compadd | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0450f4794..214de1880 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-05-01 Daniel Shahaf + + * unposted: Completion/Zsh/Command/_compadd: Fix typo. + 2016-05-01 Peter Stephenson * 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]' \ -- cgit 1.4.1