summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-11-27 00:59:28 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-11-27 00:59:28 (GMT)
commit731d18d7eb3b0fd82055d82d72ca349c9f3f6ecb (patch)
tree00469d53b1a3d18f37645325fabd5b2c14c1325c /ChangeLog
parent32cdcfd0d04a0fd21367cceb1a39d4732bf27837 (diff)
downloadtcl-731d18d7eb3b0fd82055d82d72ca349c9f3f6ecb.zip
tcl-731d18d7eb3b0fd82055d82d72ca349c9f3f6ecb.tar.gz
tcl-731d18d7eb3b0fd82055d82d72ca349c9f3f6ecb.tar.bz2
small typo.
Diffstat (limited to 'ChangeLog')
-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>