diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-12-01 11:44:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-12-01 11:44:23 (GMT) |
commit | a54acb028826edf1444f2bf6afa4b62b5dd56f68 (patch) | |
tree | d0045081a412110792ae9487b25602dc4334183f /ChangeLog.2002 | |
parent | 0004d6152456219c0ef09046c169ad3ad7532ee1 (diff) | |
parent | 2ef0a21475825a5f1cb4562b36d11e51cbefd204 (diff) | |
download | tcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.zip tcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.tar.gz tcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.tar.bz2 |
compatability -> compatibility
Diffstat (limited to 'ChangeLog.2002')
-rw-r--r-- | ChangeLog.2002 | 6 |
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. |