summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-24 20:02:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-24 20:02:06 (GMT)
commit17e23452bfe9efb1a43b841b47af20b29e53d788 (patch)
treeb7999683fb5c9605800cfeb20283002ba59d1b97
parent0ea8daaec8aab6fdebacaf71b35869d1e810bffa (diff)
downloadtcl-17e23452bfe9efb1a43b841b47af20b29e53d788.zip
tcl-17e23452bfe9efb1a43b841b47af20b29e53d788.tar.gz
tcl-17e23452bfe9efb1a43b841b47af20b29e53d788.tar.bz2
typo's
-rw-r--r--generic/tclExecute.c2
-rw-r--r--generic/tclOO.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index 739641b..25b9409 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -73,7 +73,7 @@ int tclTraceExec = 0;
* expression opcodes (e.g., INST_LOR) in tclCompile.h.
*
* Does not include the string for INST_EXPON (and beyond), as that is
- * disjoint for backward-compatability reasons.
+ * disjoint for backward-compatibility reasons.
*/
static const char *const operatorStrings[] = {
diff --git a/generic/tclOO.h b/generic/tclOO.h
index 32afbf1..a5c67b3 100644
--- a/generic/tclOO.h
+++ b/generic/tclOO.h
@@ -95,7 +95,7 @@ typedef struct {
/*
* The correct value for the version field of the Tcl_MethodType structure.
* This allows new versions of the structure to be introduced without breaking
- * binary compatability.
+ * binary compatibility.
*/
#define TCL_OO_METHOD_VERSION_CURRENT 1
@@ -122,7 +122,7 @@ typedef struct {
/*
* The correct value for the version field of the Tcl_ObjectMetadataType
* structure. This allows new versions of the structure to be introduced
- * without breaking binary compatability.
+ * without breaking binary compatibility.
*/
#define TCL_OO_METADATA_VERSION_CURRENT 1