summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-09-08 15:31:24 -0700
committerBart Schaefer <schaefer@ipost.com>2021-09-08 15:31:24 -0700
commitb29da69fb8fe6cf36547865ba47edbc7fdcefc2a (patch)
treed4bc63b51291599f2c8f2fad09ae66a4efa751da
parent2b81d4be3232fced220be1cf9c80c087d91d88d6 (diff)
downloadzsh-b29da69fb8fe6cf36547865ba47edbc7fdcefc2a.tar.gz
zsh-b29da69fb8fe6cf36547865ba47edbc7fdcefc2a.zip
unposted: fix wrong name of changed file in earlier commit
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f4646287..52f97174d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,7 +45,7 @@
* 48888: Doc/Zsh/mod_system.yo, Doc/Zsh/params.yo, Test/E03posix.ztst:
improve doc for $$ and $PPID, add fail test for PPID readonly-ness
- * 48832: Completion/Unix/Type/_urls: try _gnu_generic first
+ * 48832: Completion/Unix/Command/_curl: try _gnu_generic first
2021-09-04 Oliver Kiddle <opk@zsh.org>