summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorLawrence Velázquez <larryv@zsh.org>2025-06-11 22:41:27 -0400
committerOliver Kiddle <opk@zsh.org>2025-11-12 08:30:16 +0100
commit87fa6d7f055f97eb027f213a8234e2e74f0a02c0 (patch)
tree1e7eb922cdf2a4b76752201268fd2851df7218ba /Doc/Zsh/options.yo
parent54071: fix prompt colour completion (diff)
downloadzsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.gz
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.bz2
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.lz
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.xz
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.zst
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.zip
53775: Fix some documentation typos
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 6f203084b..a7e862c70 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -2138,7 +2138,7 @@ pindex(NOKSHTYPESET)
cindex(argument splitting, in typeset etc.)
cindex(ksh, argument splitting in typeset)
item(tt(KSH_TYPESET))(
-This option is now obsolete: a better appropximation to the behaviour of
+This option is now obsolete: a better approximation to the behaviour of
other shells is obtained with the reserved word interface to
tt(declare), tt(export), tt(float), tt(integer), tt(local), tt(readonly)
and tt(typeset). Note that the option is only applied when the reserved
@@ -2284,7 +2284,7 @@ for example in expressions such as tt($#-) and tt($#*).
Another difference is that with the option set assignment to an
unset variable in arithmetic context causes the variable to be created
as a scalar rather than a numeric type. So after `tt(unset t; (( t = 3
-)))'. without tt(POSIX_IDENTIFIERS) set tt(t) has integer type, while with
+)))', without tt(POSIX_IDENTIFIERS) set tt(t) has integer type, while with
it set it has scalar type.
When the option is unset and multibyte character support is enabled (i.e. it