summaryrefslogtreecommitdiffstats
path: root/generic
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)
commita54acb028826edf1444f2bf6afa4b62b5dd56f68 (patch)
treed0045081a412110792ae9487b25602dc4334183f /generic
parent0004d6152456219c0ef09046c169ad3ad7532ee1 (diff)
parent2ef0a21475825a5f1cb4562b36d11e51cbefd204 (diff)
downloadtcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.zip
tcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.tar.gz
tcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.tar.bz2
compatability -> compatibility
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h4
-rw-r--r--generic/tclIO.c2
-rw-r--r--generic/tclStringObj.c2
-rw-r--r--generic/tclVar.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 7984005..a8c68a6 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -1320,9 +1320,9 @@ typedef struct Tcl_HashSearch {
* TCL_CUSTOM_PTR_KEYS: The keys are pointers to arbitrary types, the
* pointer is stored in the entry.
*
- * While maintaining binary compatability the above have to be distinct values
+ * While maintaining binary compatibility the above have to be distinct values
* as they are used to differentiate between old versions of the hash table
- * which don't have a typePtr and new ones which do. Once binary compatability
+ * which don't have a typePtr and new ones which do. Once binary compatibility
* is discarded in favour of making more wide spread changes TCL_STRING_KEYS
* can be the same as TCL_CUSTOM_TYPE_KEYS, and TCL_ONE_WORD_KEYS can be the
* same as TCL_CUSTOM_PTR_KEYS because they simply determine how the key is
diff --git a/generic/tclIO.c b/generic/tclIO.c
index 80f6fa4..ffd2430 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.c
@@ -7129,7 +7129,7 @@ Tcl_Tell(
*
* Tcl_SeekOld, Tcl_TellOld --
*
- * Backward-compatability versions of the seek/tell interface that do not
+ * Backward-compatibility versions of the seek/tell interface that do not
* support 64-bit offsets. This interface is not documented or expected
* to be supported indefinitely.
*
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c
index 6184461..7008db0 100644
--- a/generic/tclStringObj.c
+++ b/generic/tclStringObj.c
@@ -2895,7 +2895,7 @@ TclStringCatObjv(
* Broken interface! Byte array value routines offer no way
* to handle failure to allocate enough space. Following
* stanza may panic.
- */
+ */
if (inPlace && !Tcl_IsShared(*objv)) {
int start;
diff --git a/generic/tclVar.c b/generic/tclVar.c
index 48e09f6..5ab6e8b 100644
--- a/generic/tclVar.c
+++ b/generic/tclVar.c
@@ -2754,7 +2754,7 @@ TclArraySet(
} else {
/*
* Not a dictionary, so assume (and convert to, for backward-
- * -compatability reasons) a list.
+ * -compatibility reasons) a list.
*/
int elemLen;