summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b6344c..accf50b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@
2007-02-24 Don Porter <dgp@users.sourceforge.net>
* generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so that
- the recounting logic of the List internal rep need not be repeated
+ the refcounting logic of the List internal rep need not be repeated
there. Better encapsulation of internal details.
* generic/tclInt.h: New internal routine TclListObjCopy() used