summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2006-12-01 06:06:15 (GMT)
committerdas <das>2006-12-01 06:06:15 (GMT)
commit695f884070ad333544efdcfd77bd0ce14f5eda68 (patch)
treecbcbfb9c2832e3961330fccec694ecbddd3452bf
parent2552c3b55665456e393c36dc42e1dd515ad721f4 (diff)
downloadtcl-695f884070ad333544efdcfd77bd0ce14f5eda68.zip
tcl-695f884070ad333544efdcfd77bd0ce14f5eda68.tar.gz
tcl-695f884070ad333544efdcfd77bd0ce14f5eda68.tar.bz2
typo
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8062f4b..48cf983 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1027,7 +1027,7 @@
* unix/tclUnixCompat.c: Added fallback to MT-unsafe library calls if
TCL_THREADS is not defined.
- Fixed alignment of arrays copied by CopyArrayi() to be on the
+ Fixed alignment of arrays copied by CopyArray() to be on the
sizeof(char *) boundary.
2006-09-07 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>