summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-07-24 11:40:34 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-07-24 11:40:34 (GMT)
commit2248b3354928d2cea7560b4e1516f685e26202cc (patch)
tree9a62c76013ee1f0678e845c98102a4877e2cbeb0 /ChangeLog
parent58a6cf56658dd7694f9ab1d4608e68705bdec7e4 (diff)
downloadtcl-2248b3354928d2cea7560b4e1516f685e26202cc.zip
tcl-2248b3354928d2cea7560b4e1516f685e26202cc.tar.gz
tcl-2248b3354928d2cea7560b4e1516f685e26202cc.tar.bz2
fix wrong TIP # in Changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e7ddebf..a877ca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@
* generic/tclInt.h:
* generic/tclTrace.c (TclCheck(Interp|Execution)Traces):
Removed the need for TEBC to inspect the command before calling
- TEOvI, leveraging the TIP 282 infrastructure. Moved the generation
+ TEOvI, leveraging the TIP 280 infrastructure. Moved the generation
of a correct nul-terminated command string away from the trace
code, back into TEOvI/GetCommandSource.