summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-16 12:41:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-16 12:41:37 (GMT)
commit18793061dd530ffb8cad5158c0b7450f6e943818 (patch)
tree60b28b499d013447563a9356fec0f8262954a1a3 /generic/tclOO.c
parenta35ad1fd118e0b32e9fc2554f81bf3ad0c6e9915 (diff)
downloadtcl-18793061dd530ffb8cad5158c0b7450f6e943818.zip
tcl-18793061dd530ffb8cad5158c0b7450f6e943818.tar.gz
tcl-18793061dd530ffb8cad5158c0b7450f6e943818.tar.bz2
Fix [e646d28f1a]: 8.6 Documentation/comment typo fixes
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);