summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:42:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:42:07 (GMT)
commit2ef0a21475825a5f1cb4562b36d11e51cbefd204 (patch)
treec09becb4fe32fb2330b5f8df66e22adf04731acc /generic/tcl.h
parent39a4505f7ed7cdb4cbd148aa62775e81ecbe5dc0 (diff)
parent84a744f6f7dbbe47280754dd09dececdbd8b245a (diff)
downloadtcl-2ef0a21475825a5f1cb4562b36d11e51cbefd204.zip
tcl-2ef0a21475825a5f1cb4562b36d11e51cbefd204.tar.gz
tcl-2ef0a21475825a5f1cb4562b36d11e51cbefd204.tar.bz2
compatability -> compatibility
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index d60e3f1..50a9074 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -1330,9 +1330,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