diff options
author | msofer <msofer@noemail.net> | 2001-09-17 11:52:48 (GMT) |
---|---|---|
committer | msofer <msofer@noemail.net> | 2001-09-17 11:52:48 (GMT) |
commit | 4140efd2b4a13b789bd408225c27b574abe3e3fa (patch) | |
tree | f60edfe2753a6649cfc6ec8b3af604d6d34cf4c9 | |
parent | 72669ffeab08af868e4e65fa4083a54fa9f5099a (diff) | |
download | tcl-4140efd2b4a13b789bd408225c27b574abe3e3fa.zip tcl-4140efd2b4a13b789bd408225c27b574abe3e3fa.tar.gz tcl-4140efd2b4a13b789bd408225c27b574abe3e3fa.tar.bz2 |
Correcting a typo.
FossilOrigin-Name: 98612b579cb86d9a6b9c180dc24f290161aca00e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |