summaryrefslogtreecommitdiffstats
path: root/ChangeLog.2003
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:39:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:39:40 (GMT)
commit84a744f6f7dbbe47280754dd09dececdbd8b245a (patch)
tree89ea4d11f6d5ab9868596a73fd7b761ffa3d60fe /ChangeLog.2003
parent3aefaf62e4de2181582277bb60fe2a4ee5c506a2 (diff)
downloadtcl-84a744f6f7dbbe47280754dd09dececdbd8b245a.zip
tcl-84a744f6f7dbbe47280754dd09dececdbd8b245a.tar.gz
tcl-84a744f6f7dbbe47280754dd09dececdbd8b245a.tar.bz2
compatability -> compatibility
Diffstat (limited to 'ChangeLog.2003')
-rw-r--r--ChangeLog.20034
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog.2003 b/ChangeLog.2003
index c586ba9..3c3ee11 100644
--- a/ChangeLog.2003
+++ b/ChangeLog.2003
@@ -947,7 +947,7 @@
declarations match and will end up using the declarations in the
public code from now on because of #include ordering. Keeping the old
declarations in tclInt.decls; there's no need to gratuitously break
- compatability for those extensions which are already clients of the
+ compatibility for those extensions which are already clients of the
namespace code.
2003-08-23 Zoran Vasiljevic <zoran@archiwrae.com>
@@ -1278,7 +1278,7 @@
* generic/tclVar.c (Tcl_ArrayObjCmd, TclArraySet): Made [array get]
and [array set] work with dictionaries, producing them and consuming
- them. Note that for compatability reasons, you will never get a dict
+ them. Note that for compatibility reasons, you will never get a dict
from feeding a string literal to [array set] since that alters the
trace behaviour of "multi-key" sets. [Bug 759935]