summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-01-18 22:43:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-01-18 22:43:57 (GMT)
commit92bea02afaf5653c84e77020e093da3a5a92334a (patch)
tree8471d6f643ddaff21790ae4f7dad74fb734175cd
parent13ed3eb3a5a92d5cd64bacdab777fe0745256556 (diff)
downloadtcl-92bea02afaf5653c84e77020e093da3a5a92334a.zip
tcl-92bea02afaf5653c84e77020e093da3a5a92334a.tar.gz
tcl-92bea02afaf5653c84e77020e093da3a5a92334a.tar.bz2
Fix minor fault (made by aku, caught by aku)
-rw-r--r--generic/tclUtil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c
index 83241ad..7e951b7 100644
--- a/generic/tclUtil.c
+++ b/generic/tclUtil.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUtil.c,v 1.78 2007/01/18 11:37:12 dkf Exp $
+ * RCS: @(#) $Id: tclUtil.c,v 1.79 2007/01/18 22:43:57 dkf Exp $
*/
#include "tclInt.h"
@@ -580,7 +580,7 @@ TclMarkList(
ckfree((char *) argv);
ckfree((char *) argn);
if (interp != NULL) {
- Tcl_SetResult(interp, "internal error in Tcl_SplitList",
+ Tcl_SetResult(interp, "internal error in TclMarkList",
TCL_STATIC);
}
return TCL_ERROR;