summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2001-09-17 11:52:48 (GMT)
committermsofer <msofer@noemail.net>2001-09-17 11:52:48 (GMT)
commit4140efd2b4a13b789bd408225c27b574abe3e3fa (patch)
treef60edfe2753a6649cfc6ec8b3af604d6d34cf4c9
parent72669ffeab08af868e4e65fa4083a54fa9f5099a (diff)
downloadtcl-4140efd2b4a13b789bd408225c27b574abe3e3fa.zip
tcl-4140efd2b4a13b789bd408225c27b574abe3e3fa.tar.gz
tcl-4140efd2b4a13b789bd408225c27b574abe3e3fa.tar.bz2
Correcting a typo.
FossilOrigin-Name: 98612b579cb86d9a6b9c180dc24f290161aca00e
-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]