summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Context
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-08-12 18:02:57 +0200
committerOliver Kiddle <opk@zsh.org>2015-08-12 18:06:03 +0200
commitcf77e28a3fe46035faf6c1815cb7dbc92207e5f4 (patch)
tree25a7b63b3697ffd3b06a8b9954230b0cc69495db /Completion/Zsh/Context
parent4f509c6201968e1e283dbcf34a40a4cb2dea4267 (diff)
downloadzsh-cf77e28a3fe46035faf6c1815cb7dbc92207e5f4.tar.gz
zsh-cf77e28a3fe46035faf6c1815cb7dbc92207e5f4.zip
36127: assorted minor completion function changes
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 4097895ee..9eb3465ae 100644
--- a/Completion/Zsh/Context/_brace_parameter
+++ b/Completion/Zsh/Context/_brace_parameter
@@ -152,7 +152,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then
"F:join arrays with newlines"
"g:process echo array sequences (needs options)"
"i:sort case-insensitively"
- "k:subsitute keys of associative arrays"
+ "k:substitute keys of associative arrays"
"L:lower case all letters"
"n:sort decimal integers numerically"
"o:sort in ascending order (lexically if no other sort option)"