summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclOO.c')
-rw-r--r--generic/tclOO.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclOO.c b/generic/tclOO.c
index 4efdd9e..86c4087 100644
--- a/generic/tclOO.c
+++ b/generic/tclOO.c
@@ -403,7 +403,7 @@ InitFoundation(
fPtr->objectCls = TclOOAllocClass(interp,
AllocObject(interp, "object", (Namespace *)fPtr->ooNs, NULL));
/*
- * Corresponding TclOODecrRefCount in KillFoudation.
+ * Corresponding TclOODecrRefCount in KillFoundation.
*/
AddRef(fPtr->objectCls->thisPtr);
@@ -429,7 +429,7 @@ InitFoundation(
AllocObject(interp, "class", (Namespace *)fPtr->ooNs, NULL));
/*
- * Corresponding TclOODecrRefCount in KillFoudation.
+ * Corresponding TclOODecrRefCount in KillFoundation.
*/
AddRef(fPtr->classCls->thisPtr);