summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-09-17 11:52:48 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-09-17 11:52:48 (GMT)
commitad606c30ca2747857ab8c567cabc2b2da92b4f6a (patch)
treef60edfe2753a6649cfc6ec8b3af604d6d34cf4c9 /ChangeLog
parenta073fa09353e6e69476cbbb61777eedd0af5cc19 (diff)
downloadtcl-ad606c30ca2747857ab8c567cabc2b2da92b4f6a.zip
tcl-ad606c30ca2747857ab8c567cabc2b2da92b4f6a.tar.gz
tcl-ad606c30ca2747857ab8c567cabc2b2da92b4f6a.tar.bz2
Correcting a typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f617372..612b511 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
* generic/tclCompile.c:
* generic/tclCompile.h:
* generic/tclExecute.c:
- * generic/tclProc.c: disbabled all compile and execution tracing
+ * generic/tclProc.c: disabled all compile and execution tracing
functionality in standard builds; TCL_COMPILE_DEBUG is now
necessary to enable it. [Bug 451858]