about summary refs log tree commit diff
path: root/Completion/Zsh/Context
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2015-08-02 17:45:35 +0200
committerDaniel Hahler <git@thequod.de>2015-08-02 17:58:12 +0200
commitd90f92194fe42973046b02da93f97f82d6a1aa13 (patch)
tree8da784a7e8c8be1e9a0bf88b5b3586c587b11cf5 /Completion/Zsh/Context
parentf4723a0c08ecb9e9260cfac499fb642c0fd5a6bf (diff)
downloadzsh-d90f92194fe42973046b02da93f97f82d6a1aa13.tar.gz
zsh-d90f92194fe42973046b02da93f97f82d6a1aa13.tar.xz
zsh-d90f92194fe42973046b02da93f97f82d6a1aa13.zip
35970: completion: fix typos in _git and _brace_parameter
Diffstat (limited to 'Completion/Zsh/Context')
-rw-r--r--Completion/Zsh/Context/_brace_parameter2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter
index 3955cb7a4..4097895ee 100644
--- a/Completion/Zsh/Context/_brace_parameter
+++ b/Completion/Zsh/Context/_brace_parameter
@@ -192,7 +192,7 @@ elif compset -P '*:([\|\*\^]|\^\^)'; then
 elif compset -P '*:'; then
     flags=(
       '-:substitute alternate value if parameter is null'
-      '+:susbtitute alternate value if parameter is non-null'
+      '+:substitute alternate value if parameter is non-null'
       '=:substitute and assign alternate value if parameter is null'
       '\:=:unconditionally assign value to parameter'
       '?:print error if parameter is set and non-null'