summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy@pobox.com <davygrvy>2002-11-27 00:59:28 (GMT)
committerdavygrvy@pobox.com <davygrvy>2002-11-27 00:59:28 (GMT)
commit218e8420ca2d46eb82e4ca3719fb95b5d8788d42 (patch)
tree00469d53b1a3d18f37645325fabd5b2c14c1325c
parent94ba6129968413c525d9fb6b9b89c0e26b2eef14 (diff)
downloadtcl-218e8420ca2d46eb82e4ca3719fb95b5d8788d42.zip
tcl-218e8420ca2d46eb82e4ca3719fb95b5d8788d42.tar.gz
tcl-218e8420ca2d46eb82e4ca3719fb95b5d8788d42.tar.bz2
small typo.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 16e5fc4..cea6352 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@
been made to resolve [Bug 593810] which may need a new
channel driver version for adding a registering function
whithin the transfered thread to init the handler thread.
- IOW, initialization of the TSD structure was getting bypassed
+ IOW, initialization of the TSD structure is getting bypassed
through the thread extension's [thread::transfer] command.
2002-11-26 David Gravereaux <davygrvy@pobox.com>