From a709643b769178697173f4db9796b06bca460e26 Mon Sep 17 00:00:00 2001
From: Bart Schaefer <schaefer@zsh.org>
Date: Sun, 15 Oct 2023 16:40:34 -0700
Subject: [PATCH] unposted (cf. 52219): fix typo

---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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