diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2022-12-23 14:27:35 +0100 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2025-04-14 02:11:45 +0200 |
commit | e19cfe7caca143e66bd57acef43f3e64f7992d7b (patch) | |
tree | f6394dea8ef931d228fa6c91cc77da81f633cec3 /Completion | |
parent | 18a49bd7c5058e2ffb958ffd002eac836a301895 (diff) | |
download | zsh-e19cfe7caca143e66bd57acef43f3e64f7992d7b.tar.gz zsh-e19cfe7caca143e66bd57acef43f3e64f7992d7b.zip |
_typeset: fix typo
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Zsh/Command/_typeset | 2 |
1 files changed, 1 insertions, 1 deletions
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]' |