summaryrefslogtreecommitdiffstats
path: root/ChangeLog.2000
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:44:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:44:23 (GMT)
commit95d020a657adeaec2fb3c6f5a0bf802cc22e766d (patch)
treed0045081a412110792ae9487b25602dc4334183f /ChangeLog.2000
parentc25e21b7bb6584947734fd9dd77a29c66ba1a0fe (diff)
parent6d7abfd8a93cd57fee32c8eb2712dc13be57f7aa (diff)
downloadtcl-95d020a657adeaec2fb3c6f5a0bf802cc22e766d.zip
tcl-95d020a657adeaec2fb3c6f5a0bf802cc22e766d.tar.gz
tcl-95d020a657adeaec2fb3c6f5a0bf802cc22e766d.tar.bz2
compatability -> compatibility
Diffstat (limited to 'ChangeLog.2000')
-rw-r--r--ChangeLog.20002
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.2000 b/ChangeLog.2000
index 0d20eaf..5b62351 100644
--- a/ChangeLog.2000
+++ b/ChangeLog.2000
@@ -414,7 +414,7 @@
Tcl_IsChannelExisting, and Tcl_ClearChannelHandlers to conform to the
new stacked channel implementation. Their stub slots were also moved
to give preference to the new 8.3.2 stub functions. This will cause an
- incompatability with 8.4a1 only.
+ incompatibility with 8.4a1 only.
(StopCopy): fixed a bug introduced by a partial fix in 8.3.2 that
didn't set nonBlocking correctly when resetting the flags for the
write side. [Bug: 6261]