summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:58:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:58:04 (GMT)
commitf49e4099fe9298366fb4d972c58799d8ad38b2e4 (patch)
treea5df00513ff2e2bf627229b1913332d891498c1a /generic/tclInterp.c
parentde08e1a14305a937cfb08f1f958c25732f53e133 (diff)
parent220282500becbcb9dc9124b8cca053fb6ed1a4b8 (diff)
downloadtcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.zip
tcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.tar.gz
tcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclInterp.c')
-rw-r--r--generic/tclInterp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c
index ecc6e15..7c6c085 100644
--- a/generic/tclInterp.c
+++ b/generic/tclInterp.c
@@ -60,7 +60,7 @@ typedef struct {
Tcl_Obj *objPtr; /* The first actual prefix object - the target
* command name; this has to be at the end of
* the structure, which will be extended to
- * accomodate the remaining objects in the
+ * accommodate the remaining objects in the
* prefix. */
} Alias;