summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-02-22 23:55:35 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-02-22 23:55:35 (GMT)
commitf0afa5654f3c707da9288f45668dcfbd62b2b7ef (patch)
tree5ae06dbcbb3948c222a19dfd852c8ea8313f6397 /ChangeLog
parent63555d4e8d83f33df7c4cbc266b7f426eb3f9b84 (diff)
downloadtcl-f0afa5654f3c707da9288f45668dcfbd62b2b7ef.zip
tcl-f0afa5654f3c707da9288f45668dcfbd62b2b7ef.tar.gz
tcl-f0afa5654f3c707da9288f45668dcfbd62b2b7ef.tar.bz2
Fix typos in ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ba4ca5..8ed2432 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2010-02-22 Andreas Kupries <andreask@activestate.com>
- * generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added a
- hack to work around the general problem, early EOF recoginition
- based on the base-chgannel, instead of the data we have ready for
+ * generic/tclZlib.c (ZlibTransformInput): [Bug 2762041]: Added a
+ hack to work around the general problem, early EOF recognition
+ based on the base-channel, instead of the data we have ready for
reading in the transform. Long-term we need a proper general fix
(likely tracking EOF on each level of the channel stack), with
attendant complexity. Further: Z_BUF_ERROR can be ignored, and