From e19cfe7caca143e66bd57acef43f3e64f7992d7b Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 23 Dec 2022 14:27:35 +0100 Subject: _typeset: fix typo --- Completion/Zsh/Command/_typeset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Zsh/Command/_typeset b/Completion/Zsh/Command/_typeset index 1952a6338..99b9e7e0d 100644 --- a/Completion/Zsh/Command/_typeset +++ b/Completion/Zsh/Command/_typeset @@ -39,7 +39,7 @@ allargs=( tf '(-t +t -T +T)-+t[turn on execution tracing for functions]' tp '(-T -n +n)-+t[tag parameters]' u '-u[convert the value to uppercase or mark function for autoloading]' - uf '-u[mark function for autoloadling]' + uf '-u[mark function for autoloading]' up '(-u +u)-+u[convert the value to uppercase]' w '(-k -z)-w[specify that arguments refer to files compiled with zcompile]' W '-+W[turn on WARN_NESTED_VAR for function]' -- cgit v1.2.3