summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2022-03-02 09:41:20 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2022-03-02 09:41:20 +0000
commitcb8edf5bd99dbd5299a9a5ebaa24d0cd1c2fd25f (patch)
tree20691341f101c4eac86c6b8733faa75c5d2d219f
parent6a8aa2aa5a07c46a6b6d5c481a18a12e7ab6047a (diff)
downloadzsh-cb8edf5bd99dbd5299a9a5ebaa24d0cd1c2fd25f.tar.gz
zsh-cb8edf5bd99dbd5299a9a5ebaa24d0cd1c2fd25f.zip
unposted: Fix typo in the previous commit's ChangeLog entry
Found-by: Mehtab Singh Mann <https://github.com/mehtabsinghmann>
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5635e5068..4fbb3d705 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2022-03-01 Peter Stephenson <p.stephenson@samsung.com>
* 49783: Src/jobs.c, Src/Modules/parameter.c: Consistently use
- old job table in parmaeter module.
+ old job table in parameter module.
* users/27536: Doc/Zsh/builtins.yo: Clarify interaction of
history matching and numeric indices.