about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-01-18 18:52:11 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-01-18 18:52:11 +0000
commit5a6ac4ed4327cc42106c5a89f7fa8bb1678b6a48 (patch)
treecd6657c5e8f1b88e3713f7939c7cbca89a560c89 /ChangeLog
parent481d1b7560df30f3e9f7b1ec86349d77ce224b5d (diff)
downloadzsh-5a6ac4ed4327cc42106c5a89f7fa8bb1678b6a48.tar.gz
zsh-5a6ac4ed4327cc42106c5a89f7fa8bb1678b6a48.tar.xz
zsh-5a6ac4ed4327cc42106c5a89f7fa8bb1678b6a48.zip
unposted: typo in calendar_scandate doc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65d10e5c9..62f64a236 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-01-18  Peter Stephenson  <pws@csr.com>
 
+	* unposted: Doc/Zsh/calsys.yo: typo with parentheses.
+
 	* 23114: Src/subst.c: ${foo:s/bar/rod} was broken (when final
 	delimiter is not present).