summaryrefslogtreecommitdiffstats
path: root/ChangeLog.2002
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.2002
parent3aefaf62e4de2181582277bb60fe2a4ee5c506a2 (diff)
downloadtcl-84a744f6f7dbbe47280754dd09dececdbd8b245a.zip
tcl-84a744f6f7dbbe47280754dd09dececdbd8b245a.tar.gz
tcl-84a744f6f7dbbe47280754dd09dececdbd8b245a.tar.bz2
compatability -> compatibility
Diffstat (limited to 'ChangeLog.2002')
-rw-r--r--ChangeLog.20026
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.2002 b/ChangeLog.2002
index 30b8b17..9931657 100644
--- a/ChangeLog.2002
+++ b/ChangeLog.2002
@@ -847,7 +847,7 @@
exit.
* tests/exec.test: marked exec-18.1 unixOnly until the Windows
- incompatability (in the test, not the core) can be resolved.
+ incompatibility (in the test, not the core) can be resolved.
* tests/http.test (http-3.11): added close $fp that was causing an
error on Windows because the file was not closed before deleting.
@@ -3642,7 +3642,7 @@
* compat/strtoll.c (strtoll):
* compat/strtoull.c (strtoull):
* unix/tclUnixPort.h:
- * win/tclWinPort.h: Const-ing 64-bit compatability declarations. Note
+ * win/tclWinPort.h: Const-ing 64-bit compatibility declarations. Note
that the return pointer is non-const because it is entirely legal for
the functions to be called from somewhere that owns the string being
passed. Fixes problem reported by Larry Virden.
@@ -3779,7 +3779,7 @@
There are a lot of changes from this TIP, so please see
http://purl.org/tcl/tip/72.html for discussion of
- backward-compatability issues, but the main ones modifications are in:
+ backward-compatibility issues, but the main ones modifications are in:
* generic/tcl.h: New types.
* generic/tcl.decls: New public functions.