summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-02-28 20:01:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-02-28 20:01:40 (GMT)
commit37e755f3bdebeec9cd0638dbe563de70d6a47426 (patch)
tree005675c04185bd4b07b58fbfad15041cc3412ff0
parent4750fd7755b00f56e5f5dc3c27f9d60b770ec5cc (diff)
downloadtcl-37e755f3bdebeec9cd0638dbe563de70d6a47426.zip
tcl-37e755f3bdebeec9cd0638dbe563de70d6a47426.tar.gz
tcl-37e755f3bdebeec9cd0638dbe563de70d6a47426.tar.bz2
typo
-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