summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.h
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 /generic/tclOO.h
parent0ea8daaec8aab6fdebacaf71b35869d1e810bffa (diff)
downloadtcl-17e23452bfe9efb1a43b841b47af20b29e53d788.zip
tcl-17e23452bfe9efb1a43b841b47af20b29e53d788.tar.gz
tcl-17e23452bfe9efb1a43b841b47af20b29e53d788.tar.bz2
typo's
Diffstat (limited to 'generic/tclOO.h')
-rw-r--r--generic/tclOO.h4
1 files changed, 2 insertions, 2 deletions
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