summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2023-10-15 16:40:34 -0700
committerBart Schaefer <schaefer@zsh.org>2023-10-15 16:40:34 -0700
commita709643b769178697173f4db9796b06bca460e26 (patch)
tree07e34c13d7e32e7e4eb0e25e59f8918187731f77 /NEWS
parent487fba3fb3b33fd9c5248744adc89153c7a00f26 (diff)
downloadzsh-a709643b769178697173f4db9796b06bca460e26.tar.gz
zsh-a709643b769178697173f4db9796b06bca460e26.zip
unposted (cf. 52219): fix typo
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 80b668a6d..4d4699f7e 100644
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,7 @@ incompatibilities in the README file.
Support for named references and namespaces has been added, similar to
those features in ksh but with some notable differences. The `nameref`
-builtin and some ksh-equivlent namespace names are available by loading
+builtin and some ksh-equivalent namespace names are available by loading
the zsh/ksh93 module. See the documentation of that module for more.
Non-forking command substitutions with ${ ... } and ${| ... } are now