about summary refs log tree commit diff
path: root/Completion/Unix/Command/_git
diff options
context:
space:
mode:
authorFredric Silberberg <fred@silberberg.xyz>2019-01-27 16:42:26 -0800
committerDaniel Shahaf <d.s@daniel.shahaf.name>2019-01-28 00:48:23 +0000
commit4f6ac08af3ffd9ce13912a50cbeed6546a2440e6 (patch)
tree6dd539aff474abea0014d10a3352395231b21bc1 /Completion/Unix/Command/_git
parentfb744bb565659732c7525a4a57c9eade8d0f2f42 (diff)
downloadzsh-4f6ac08af3ffd9ce13912a50cbeed6546a2440e6.tar.gz
zsh-4f6ac08af3ffd9ce13912a50cbeed6546a2440e6.tar.xz
zsh-4f6ac08af3ffd9ce13912a50cbeed6546a2440e6.zip
github #32: Fix a typo in the git tag completion.
Diffstat (limited to 'Completion/Unix/Command/_git')
-rw-r--r--Completion/Unix/Command/_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 0ebbbe861..b3e54f7f9 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -2049,7 +2049,7 @@ _git-tag () {
       '(-i --ignore-case)'{-i,--ignore-case}'[sorting and filtering are case-insensitive]' \
       ':: :_guard "^-*" pattern' \
     - verification \
-      '(-v --verify)'{-v,--verify}'[verify gpg signutare of tags]' \
+      '(-v --verify)'{-v,--verify}'[verify gpg signature of tags]' \
       '*:: :__git_ignore_line_inside_arguments __git_tags'
 }