summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-06-23 13:11:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-06-23 13:11:37 (GMT)
commit2f3481e35d9efa4888b2c192cc8c8e43a98f8ca5 (patch)
treeffe2973b1d513aecacb35af716192b4a08585d7f /generic/tclCmdMZ.c
parent5bf26c2a0b6c22fc86b985d78527fba48650f1b6 (diff)
downloadtcl-2f3481e35d9efa4888b2c192cc8c8e43a98f8ca5.zip
tcl-2f3481e35d9efa4888b2c192cc8c8e43a98f8ca5.tar.gz
tcl-2f3481e35d9efa4888b2c192cc8c8e43a98f8ca5.tar.bz2
typo fix
Diffstat (limited to 'generic/tclCmdMZ.c')
-rw-r--r--generic/tclCmdMZ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c
index ad3ee8e..83382a7 100644
--- a/generic/tclCmdMZ.c
+++ b/generic/tclCmdMZ.c
@@ -800,7 +800,7 @@ Tcl_RegsubObjCmd(
* because Tcl_EvalObjv is "hairy monster" in terms of refcount
* handling, being able to optionally add references to any of its
* argument words. We'll drop the local refs immediately
- * afterwarsds; subPtr is handled in the main exit stanza.
+ * afterwards; subPtr is handled in the main exit stanza.
*/
result = Tcl_EvalObjv(interp, numArgs, args, 0);