about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-05-14 21:36:27 -0700
committerBart Schaefer <schaefer@zsh.org>2022-05-14 21:36:27 -0700
commit545c42cdac25b73134a9577e3c0efa36d76b4091 (patch)
tree3307c3cd1e295bda83005720495fa0299ed250c4
parent84dde7c7b622737a34526ac2a5ba29ddc6c072d8 (diff)
downloadzsh-545c42cdac25b73134a9577e3c0efa36d76b4091.tar.gz
zsh-545c42cdac25b73134a9577e3c0efa36d76b4091.tar.xz
zsh-545c42cdac25b73134a9577e3c0efa36d76b4091.zip
50229: Typo
-rw-r--r--ChangeLog2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a63f820a8..191c64818 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2022-05-14  Bart Schaefer  <schaefer@zsh.org>
 
+	* 50229: NEWS: Typo
+
 	* Jan Brieg: 50212 (and discussion): Functions/Misc/colors: Add
 	"bright" color variants
 
diff --git a/NEWS b/NEWS
index d7a817c1e..cdafd1ff5 100644
--- a/NEWS
+++ b/NEWS
@@ -49,7 +49,7 @@ negative numbers.
 The (*) expansion flag enables EXTENDED_GLOB for pattern matching.
 For example, ${(*)sample/(#b)*(pat)*/${match[1]}} uses backreferences
 even if EXTENDED_GLOB is not otherwise set.  However, this does not
-descend into nested exapansions, and doubling as (**) does not disable
+descend into nested expansions, and doubling as (**) does not disable
 EXTENDED_GLOB.
 
 The compinit function learnt a -w option to explain why compdump runs.