summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2003-02-15 22:30:29 (GMT)
committerKevin B Kenny <kennykb@acm.org>2003-02-15 22:30:29 (GMT)
commitaf570109241e78092cb2e80486e479b3a71524ef (patch)
tree47932059140748b6551eb4b5516320b8d64885f1 /ChangeLog
parentc57a31dd4cb2115f456bd86670401d84cfece198 (diff)
downloadtcl-af570109241e78092cb2e80486e479b3a71524ef.zip
tcl-af570109241e78092cb2e80486e479b3a71524ef.tar.gz
tcl-af570109241e78092cb2e80486e479b3a71524ef.tar.bz2
Corrected a couple of typos in error messages. [Bug 596027]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f0f949..b8d0cba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,10 @@
queue. Added test code in 'tcltest' and a new file of test cases
'notify.test' to exercise this functionality; several of the new
test cases fail for the original code and pass for the corrected
- code.
+ code. [Bug 673714]
+
+ * unix/tclUnixTest.c (TestfilehandlerCmd): Corrected a couple
+ of typos in error messages. [Bug 596027]
2003-02-14 Jeff Hobbs <jeffh@ActiveState.com>